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.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type ValueBinder -
Uses of ValueBinder in org.hibernate.search.mapper.pojo.bridge.builtin.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.impl that implement 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 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. withGenericField,FullTextField, ...). -
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.bridge.mapping.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.impl that implement ValueBinderModifier and TypeClassDescriptionfinal classA binder that simply retrieves the bridge as a bean from the bean provider.final classA binder that upon building retrieves a delegate binder from the bean provider, then delegates to that binder.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.impl that return ValueBinderModifier and TypeMethodDescriptionBridgeResolver.resolveValueBinderForType(PojoTypeModel<?> sourceType) -
Uses of ValueBinder in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.identifiertovalue.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.identifiertovalue.impl that implement ValueBinderModifier and TypeClassDescriptionclassAn adapter fromIdentifierBindertoValueBinder, used to apply an identifier bridge to create an index field. -
Uses of ValueBinder in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type ValueBinderModifier and TypeMethodDescription<V> Optional<BoundValueBridge<V,?>> PojoIndexModelBinder.bindValue(IndexBindingContext indexBindingContext, BoundPojoModelPathValueNode<?, ?, V> modelPath, boolean multiValued, ValueBinder binder, Map<String, Object> params, String relativeFieldName, FieldModelContributor contributor) -
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.