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