Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.ValueBinder
-
-
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 Modifier and Type Method Description Optional<BoundValueBridge<V,?>>ValueBindingContextImpl. applyBinder(ValueBinder binder) -
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 Modifier and Type Class Description static classDefaultEnumBridge.Binder -
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.bridge.mapping.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.impl that implement ValueBinder Modifier and Type Class Description classBeanBinderA binder that simply retrieves the bridge as a bean from the bean provider.classBeanDelegatingBinderA 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 ValueBinder Modifier and Type Method Description ValueBinderBridgeResolver. 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 ValueBinder Modifier and Type Class Description classIdentifierBinderToValueBinderAdapterAn 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 ValueBinder Modifier and Type Method Description <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 ValueBinder Modifier and Type Method Description voidPojoIndexMappingCollectorValueNode. 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 SPropertyMappingFieldOptionsStep. valueBinder(ValueBinder binder)Define a value binder, responsible for creating a bridge.SPropertyMappingFieldOptionsStep. valueBinder(ValueBinder binder, Map<String,Object> params)Define a value binder, responsible for creating a bridge.
-