Interface DefaultBinderDefinitionStep<S extends DefaultBinderDefinitionStep<?>>

  • All Known Subinterfaces:
    DefaultBridgeDefinitionStep<S,​T>

    public interface DefaultBinderDefinitionStep<S extends DefaultBinderDefinitionStep<?>>
    • Method Detail

      • identifierBinder

        S identifierBinder​(IdentifierBinder binder)
        Use the given binder by default for properties with a matching type marked as document identifier (e.g. with DocumentId).
        Parameters:
        binder - The binder to apply to matching properties by default.
        Returns:
        this, for method chaining.
      • valueBinder

        S valueBinder​(ValueBinder binder)
        Use the given binder by default for properties with a matching type mapped to an index field directly (e.g. with GenericField, FullTextField, ...).
        Parameters:
        binder - The binder to apply to matching properties by default.
        Returns:
        this, for method chaining.