Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.PropertyBinder
-
-
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Subinterfaces of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic Modifier and Type Interface Description interfaceGeoPointBinderA binder from a type or property to aGeoPointfield, representing a point on earth. -
Uses of PropertyBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement PropertyBinder Modifier and Type Class Description static classPropertyBinderRef.UndefinedBinderImplementationTypeClass used as a marker for the default value of thePropertyBinderRef.type()attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type PropertyBinder Modifier and Type Method Description Class<? extends PropertyBinder>type()Reference a property binder by its bean type. -
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 PropertyBinder Modifier and Type Method Description voidPojoMappingCollectorPropertyNode. 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 PropertyBinder Modifier and Type Method Description default PropertyMappingStepPropertyMappingStep. binder(PropertyBinder binder)Define a property binder, responsible for creating a bridge.PropertyMappingStepPropertyMappingStep. binder(PropertyBinder binder, Map<String,Object> params)Define a property binder, responsible for creating a bridge.
-