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 -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(TypeMappingStep mapping, TypeBinding annotation, TypeMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
-
Constructor Details
-
TypeBindingProcessor
public TypeBindingProcessor()
-
-
Method Details
-
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.
-