Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.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 MethodParameterMappingAnnotationProcessorContext Modifier and Type Method Description voidMethodParameterMappingAnnotationProcessor. 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 MethodParameterMappingAnnotationProcessorContext Modifier and Type Class Description classMethodParameterMappingAnnotationProcessorContextImpl
-