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