Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.ValueBinder
Packages that use ValueBinder
Package
Description
-
Uses of ValueBinder in org.hibernate.search.mapper.pojo.bridge.mapping
Methods in org.hibernate.search.mapper.pojo.bridge.mapping with parameters of type ValueBinderModifier and TypeMethodDescriptionDefaultBinderDefinitionStep.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 ValueBinderModifier and TypeClassDescriptionstatic classClass used as a marker for the default value of theValueBinderRef.type()attribute. -
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 ValueBinderModifier and TypeMethodDescriptionvoidPojoIndexMappingCollectorValueNode.valueBinder(ValueBinder binder, Map<String, Object> params, 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 ValueBinderModifier and TypeMethodDescriptiondefault SPropertyMappingFieldOptionsStep.valueBinder(ValueBinder binder) Define a value binder, responsible for creating a bridge.PropertyMappingFieldOptionsStep.valueBinder(ValueBinder binder, Map<String, Object> params) Define a value binder, responsible for creating a bridge.