Class EntityReferenceProjectionProcessor
java.lang.Object
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl.EntityReferenceProjectionProcessor
- All Implemented Interfaces:
MethodParameterMappingAnnotationProcessor<EntityReferenceProjection>
public final class EntityReferenceProjectionProcessor
extends Object
implements MethodParameterMappingAnnotationProcessor<EntityReferenceProjection>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(MethodParameterMappingStep mapping, EntityReferenceProjection annotation, MethodParameterMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.
-
Constructor Details
-
EntityReferenceProjectionProcessor
public EntityReferenceProjectionProcessor()
-
-
Method Details
-
process
public void process(MethodParameterMappingStep mapping, EntityReferenceProjection annotation, MethodParameterMappingAnnotationProcessorContext context) Description copied from interface:MethodParameterMappingAnnotationProcessorExtract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter.- Specified by:
processin interfaceMethodParameterMappingAnnotationProcessor<EntityReferenceProjection>- Parameters:
mapping- The mapping to contribute to, targeting the method parameter that the annotation was applied to.annotation- The annotation to process.context- A context providing various information and helpers.
-