public static interface BindingParameter.BindingContext
Additional properties are used to map binding parameter path. Example method `findByAuthor(author)` incoming method parameter property path would be `author` and query parameter property path `author.id`.
static BindingParameter.BindingContext create()
@NonNull BindingParameter.BindingContext index(int index)
index
- The index@NonNull BindingParameter.BindingContext name(@Nullable java.lang.String name)
name
- The name@NonNull BindingParameter.BindingContext incomingMethodParameterProperty(@Nullable PersistentPropertyPath propertyPath)
propertyPath
- The property path@NonNull BindingParameter.BindingContext outgoingQueryParameterProperty(@Nullable PersistentPropertyPath propertyPath)
propertyPath
- The property path@NonNull BindingParameter.BindingContext expandable()
int getIndex()
@Nullable java.lang.String getName()
@Nullable PersistentPropertyPath getIncomingMethodParameterProperty()
@Nullable PersistentPropertyPath getOutgoingQueryParameterProperty()
boolean isExpandable()