Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.TypeBinder
Packages that use TypeBinder
Package
Description
-
Uses of TypeBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Subinterfaces of TypeBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmaticModifier and TypeInterfaceDescriptioninterface
The binder that sets upAlternativeValueBridge
s.interface
A binder from a type or property to aGeoPoint
field, representing a point on earth. -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement TypeBinderModifier and TypeClassDescriptionstatic class
Class used as a marker for the default value of theTypeBinderRef.type()
attribute. -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type TypeBinderModifier and TypeMethodDescriptionvoid
PojoIndexMappingCollectorTypeNode.typeBinder
(TypeBinder builder, Map<String, Object> params) -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type TypeBinderModifier and TypeMethodDescriptiondefault TypeMappingStep
TypeMappingStep.binder
(TypeBinder binder) Define a type binder, responsible for creating a bridge.TypeMappingStep.binder
(TypeBinder binder, Map<String, Object> params) Define a type binder, responsible for creating a bridge.