Class IndexedEmbeddedProcessor
java.lang.Object
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.IndexedEmbeddedProcessor
- All Implemented Interfaces:
PropertyMappingAnnotationProcessor<IndexedEmbedded>
public class IndexedEmbeddedProcessor
extends Object
implements PropertyMappingAnnotationProcessor<IndexedEmbedded>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(PropertyMappingStep mappingContext, IndexedEmbedded annotation, PropertyMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
-
Constructor Details
-
IndexedEmbeddedProcessor
public IndexedEmbeddedProcessor()
-
-
Method Details
-
process
public void process(PropertyMappingStep mappingContext, IndexedEmbedded 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<IndexedEmbedded>- Parameters:
mappingContext- 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.
-