Class TypeBindingProcessor
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.TypeBindingProcessor
-
- All Implemented Interfaces:
TypeMappingAnnotationProcessor<TypeBinding>
public final class TypeBindingProcessor extends Object implements TypeMappingAnnotationProcessor<TypeBinding>
-
-
Constructor Summary
Constructors Constructor Description TypeBindingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(TypeMappingStep mapping, TypeBinding 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, TypeBinding 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<TypeBinding>- 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.
-
-