Uses of Interface
org.hibernate.search.mapper.pojo.bridge.mapping.programmatic.MarkerBinder
-
-
Uses of MarkerBinder in org.hibernate.search.mapper.pojo.bridge.binding.impl
Methods in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type MarkerBinder Modifier and Type Method Description ObjectMarkerBindingContextImpl. applyBinder(MarkerBinder binder) -
Uses of MarkerBinder in org.hibernate.search.mapper.pojo.bridge.builtin.alternative.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.alternative.impl that implement MarkerBinder Modifier and Type Class Description classAlternativeDiscriminatorBinderImpl -
Uses of MarkerBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic
Subinterfaces of MarkerBinder in org.hibernate.search.mapper.pojo.bridge.builtin.programmatic Modifier and Type Interface Description interfaceAlternativeDiscriminatorBinderA binder for markers that mark a property as the discriminator for alternatives for anAlternative bridge.interfaceLatitudeLongitudeMarkerBinderA binder for markers that mark a property as the latitude or longitude for aGeoPoint bridge. -
Uses of MarkerBinder in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl
Classes in org.hibernate.search.mapper.pojo.bridge.builtin.spatial.impl that implement MarkerBinder Modifier and Type Class Description static classLatitudeMarker.Binderstatic classLongitudeMarker.Binder -
Uses of MarkerBinder in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that implement MarkerBinder Modifier and Type Class Description static classMarkerBinderRef.UndefinedBinderImplementationTypeClass used as a marker for the default value of theMarkerBinderRef.type()attribute.Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return types with arguments of type MarkerBinder Modifier and Type Method Description Class<? extends MarkerBinder>type()Reference a marker binder by its bean type. -
Uses of MarkerBinder in org.hibernate.search.mapper.pojo.bridge.mapping.impl
Classes in org.hibernate.search.mapper.pojo.bridge.mapping.impl that implement MarkerBinder 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 MarkerBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type MarkerBinder Modifier and Type Method Description default PropertyMappingStepPropertyMappingStep. marker(MarkerBinder binder)Define a marker binder, responsible for creating a marker object.PropertyMappingStepPropertyMappingStep. marker(MarkerBinder binder, Map<String,Object> params)Define a marker binder, responsible for creating a marker object. -
Uses of MarkerBinder in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with parameters of type MarkerBinder Modifier and Type Method Description voidPojoAdditionalMetadataCollectorPropertyNode. markerBinder(MarkerBinder definition, Map<String,Object> params)
-