Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.PropertyBinder
Packages that use PropertyBinder
Package
Description
-
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type PropertyBinder -
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Subinterfaces of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmaticModifier and TypeInterfaceDescriptioninterfaceA binder from a type or property to aGeoPointfield, representing a point on earth. -
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl that implement PropertyBinder -
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement PropertyBinderModifier and TypeClassDescriptionstatic classClass used as a marker for the default value of thePropertyBinderRef.type()attribute. -
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.impl that implement PropertyBinderModifier and TypeClassDescriptionfinal classA binder that upon building retrieves a delegate binder from the bean provider, then delegates to that binder. -
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type PropertyBinderModifier and TypeMethodDescription<P> Optional<BoundPropertyBridge<P>>PojoIndexModelBinder.bindProperty(IndexBindingContext indexBindingContext, BoundPojoModelPathPropertyNode<?, P> modelPath, PropertyBinder binder, Map<String, Object> params) -
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type PropertyBinderModifier and TypeMethodDescriptionvoidPojoIndexMappingCollectorPropertyNode.propertyBinder(PropertyBinder binder, Map<String, Object> params) -
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type PropertyBinderModifier and TypeMethodDescriptiondefault PropertyMappingStepPropertyMappingStep.binder(PropertyBinder binder) Define a property binder, responsible for creating a bridge.PropertyMappingStep.binder(PropertyBinder binder, Map<String, Object> params) Define a property binder, responsible for creating a bridge.