Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.ValueBinder
-
-
Uses of ValueBinder in org.hibernate.search.mapper.pojo.bridge.mapping
Methods in org.hibernate.search.mapper.pojo.bridge.mapping with parameters of type ValueBinder Modifier and Type Method Description SDefaultBinderDefinitionStep. valueBinder(ValueBinder binder)Use the given binder by default for properties with a matching type mapped to an index field directly (e.g. -
Uses of ValueBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement ValueBinder Modifier and Type Class Description static classValueBinderRef.UndefinedBinderImplementationTypeClass used as a marker for the default value of theValueBinderRef.type()attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type ValueBinder Modifier and Type Method Description Class<? extends ValueBinder>type()Reference a value binder by its type. -
Uses of ValueBinder in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type ValueBinder Modifier and Type Method Description voidPojoMappingCollectorValueNode. valueBinder(ValueBinder binder, String relativeFieldName, FieldModelContributor fieldModelContributor) -
Uses of ValueBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type ValueBinder Modifier and Type Method Description SPropertyMappingFieldOptionsStep. valueBinder(ValueBinder binder)
-