Class GeoPointBindingProcessor
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl.GeoPointBindingProcessor
-
- All Implemented Interfaces:
PropertyMappingAnnotationProcessor<GeoPointBinding>,TypeMappingAnnotationProcessor<GeoPointBinding>
public class GeoPointBindingProcessor extends Object implements TypeMappingAnnotationProcessor<GeoPointBinding>, PropertyMappingAnnotationProcessor<GeoPointBinding>
-
-
Constructor Summary
Constructors Constructor Description GeoPointBindingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(PropertyMappingStep mapping, GeoPointBinding annotation, PropertyMappingAnnotationProcessorContext context)Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.voidprocess(TypeMappingStep mapping, GeoPointBinding annotation, TypeMappingAnnotationProcessorContext context)Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
-
-
-
Method Detail
-
process
public void process(TypeMappingStep mapping, GeoPointBinding annotation, TypeMappingAnnotationProcessorContext context)
Description copied from interface:TypeMappingAnnotationProcessorExtract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.- Specified by:
processin interfaceTypeMappingAnnotationProcessor<GeoPointBinding>- Parameters:
mapping- The mapping to contribute to, targeting the type that the annotation was applied to.annotation- The annotation to process.context- A context providing various information and helpers.
-
process
public void process(PropertyMappingStep mapping, GeoPointBinding annotation, PropertyMappingAnnotationProcessorContext context)
Description copied from interface:PropertyMappingAnnotationProcessorExtract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.- Specified by:
processin interfacePropertyMappingAnnotationProcessor<GeoPointBinding>- Parameters:
mapping- The mapping to contribute to, targeting the property that the annotation was applied to.annotation- The annotation to process.context- A context providing various information and helpers.
-
-