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 S
DefaultBinderDefinitionStep. 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 class
ValueBinderRef.UndefinedBinderImplementationType
Class 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 void
PojoMappingCollectorValueNode. 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 ValueBinder Modifier and Type Method Description default S
PropertyMappingFieldOptionsStep. valueBinder(ValueBinder binder)
Define a value binder, responsible for creating a bridge.S
PropertyMappingFieldOptionsStep. valueBinder(ValueBinder binder, Map<String,Object> params)
Define a value binder, responsible for creating a bridge.
-