Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMappingAnnotationProcessorContext
Packages that use MethodParameterMappingAnnotationProcessorContext
Package
Description
-
Uses of MethodParameterMappingAnnotationProcessorContext in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type MethodParameterMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoidMethodParameterMappingAnnotationProcessor.process(MethodParameterMappingStep mapping, A annotation, MethodParameterMappingAnnotationProcessorContext context) Extract information from the annotation and, in accordance with that information, contribute to the mapping passed in parameter. -
Uses of MethodParameterMappingAnnotationProcessorContext in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Classes in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl that implement MethodParameterMappingAnnotationProcessorContextMethods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type MethodParameterMappingAnnotationProcessorContextModifier and TypeMethodDescriptionvoidCompositeProjectionProcessor.process(MethodParameterMappingStep mapping, CompositeProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidDistanceProjectionProcessor.process(MethodParameterMappingStep mapping, DistanceProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidDocumentReferenceProjectionProcessor.process(MethodParameterMappingStep mapping, DocumentReferenceProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidEntityProjectionProcessor.process(MethodParameterMappingStep mapping, EntityProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidEntityReferenceProjectionProcessor.process(MethodParameterMappingStep mapping, EntityReferenceProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidFieldProjectionProcessor.process(MethodParameterMappingStep mapping, FieldProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidHighlightProjectionProcessor.process(MethodParameterMappingStep mapping, HighlightProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidIdProjectionProcessor.process(MethodParameterMappingStep mapping, IdProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidObjectProjectionProcessor.process(MethodParameterMappingStep mapping, ObjectProjection annotation, MethodParameterMappingAnnotationProcessorContext context) voidProjectionBindingProcessor.process(MethodParameterMappingStep mapping, ProjectionBinding annotation, MethodParameterMappingAnnotationProcessorContext context) voidScoreProjectionProcessor.process(MethodParameterMappingStep mapping, ScoreProjection annotation, MethodParameterMappingAnnotationProcessorContext context)