Interface DefaultBinderDefinitionStep<S extends DefaultBinderDefinitionStep<?>>
- All Known Subinterfaces:
DefaultBridgeDefinitionStep<S,T>
public interface DefaultBinderDefinitionStep<S extends DefaultBinderDefinitionStep<?>>
-
Method Summary
Modifier and TypeMethodDescriptionidentifierBinder(IdentifierBinder binder) Use the given binder by default for properties with a matching type marked as document identifier (e.g. withDocumentId).valueBinder(ValueBinder binder) Use the given binder by default for properties with a matching type mapped to an index field directly (e.g. withGenericField,FullTextField, ...).
-
Method Details
-
identifierBinder
Use the given binder by default for properties with a matching type marked as document identifier (e.g. withDocumentId).- Parameters:
binder- The binder to apply to matching properties by default.- Returns:
this, for method chaining.
-
valueBinder
Use the given binder by default for properties with a matching type mapped to an index field directly (e.g. withGenericField,FullTextField, ...).- Parameters:
binder- The binder to apply to matching properties by default.- Returns:
this, for method chaining.
-