Interface MethodParameterMappingAnnotationProcessorContext
- All Superinterfaces:
MappingAnnotationProcessorContext
- All Known Implementing Classes:
MethodParameterMappingAnnotationProcessorContextImpl
public interface MethodParameterMappingAnnotationProcessorContext
extends MappingAnnotationProcessorContext
-
Method Summary
Methods inherited from interface org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.MappingAnnotationProcessorContext
eventContext, toBeanReference, toBeanReference, toContainerExtractorPath, toMap, toNullIfDefault, toPojoModelPathValueNode
-
Method Details
-
annotatedElement
MappingAnnotatedMethodParameter annotatedElement()- Specified by:
annotatedElementin interfaceMappingAnnotationProcessorContext- Returns:
- A representation of the annotated element.
-