Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MethodParameterMappingAnnotationProcessorContext
Packages that use MethodParameterMappingAnnotationProcessorContext
-
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 TypeMethodDescriptionvoid
MethodParameterMappingAnnotationProcessor.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.