Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.TypeBinder
-
-
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 Modifier and Type Method Description Optional<BoundTypeBridge<T>>TypeBindingContextImpl. applyBinder(TypeBinder binder) -
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 Modifier and Type Class Description classAlternativeBinderImpl<D,P> -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Subinterfaces of TypeBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic Modifier and Type Interface Description interfaceAlternativeBinderThe binder that sets upAlternativeValueBridges.interfaceGeoPointBinderA 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 Modifier and Type Class Description static classGeoPointBridge.Binder -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement TypeBinder Modifier and Type Class Description static classTypeBinderRef.UndefinedBinderImplementationTypeClass used as a marker for the default value of theTypeBinderRef.type()attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type TypeBinder Modifier and Type Method Description Class<? extends TypeBinder>type()Reference a type binder by its bean type. -
Uses of TypeBinder in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.impl that implement TypeBinder Modifier and Type Class Description classBeanDelegatingBinderA 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 TypeBinder Modifier and Type Method Description <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 TypeBinder Modifier and Type Method Description voidPojoIndexMappingCollectorTypeNode. 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 TypeBinder Modifier and Type Method Description default TypeMappingStepTypeMappingStep. binder(TypeBinder binder)Define a type binder, responsible for creating a bridge.TypeMappingStepTypeMappingStep. 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 TypeBinder Modifier and Type Method Description TypeMappingStepTypeMappingStepImpl. 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 TypeBinder Modifier and Type Method Description voidAbstractPojoIndexingProcessorTypeNodeBuilder. typeBinder(TypeBinder builder, Map<String,Object> params)
-