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