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.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type TypeBinder -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.bridge.builtin.alternative.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.alternative.impl that implement TypeBinder -
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 TypeInterfaceDescriptioninterfaceThe binder that sets upAlternativeValueBridges.interfaceA binder from a type or property to aGeoPointfield, representing a point on earth. -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl that implement TypeBinder -
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 classClass used as a marker for the default value of theTypeBinderRef.type()attribute. -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.impl that implement TypeBinderModifier and TypeClassDescriptionfinal classA binder that upon building retrieves a delegate binder from the bean provider, then delegates to that binder. -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type TypeBinderModifier and TypeMethodDescription<T> Optional<BoundTypeBridge<T>>PojoIndexModelBinder.bindType(IndexBindingContext indexBindingContext, BoundPojoModelPathTypeNode<T> modelPath, TypeBinder binder, Map<String, Object> params) -
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 TypeMethodDescriptionvoidPojoIndexMappingCollectorTypeNode.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 TypeMappingStepTypeMappingStep.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. -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl with parameters of type TypeBinderModifier and TypeMethodDescriptionTypeMappingStepImpl.binder(TypeBinder binder, Map<String, Object> params) -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.processing.building.impl
Methods in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type TypeBinderModifier and TypeMethodDescriptionvoidAbstractPojoIndexingProcessorTypeNodeBuilder.typeBinder(TypeBinder builder, Map<String, Object> params)