Interface MappingAnnotatedElement
-
- All Known Subinterfaces:
MappingAnnotatedMethodParameter,MappingAnnotatedProperty,MappingAnnotatedType
- All Known Implementing Classes:
ConstructorMappingAnnotationProcessorContextImpl,MethodParameterMappingAnnotationProcessorContextImpl,PropertyMappingAnnotationProcessorContextImpl,TypeMappingAnnotationProcessorContextImpl
public interface MappingAnnotatedElementAn element in the entity model annotated with a mapping annotation.- See Also:
MappingAnnotatedType,MappingAnnotatedProperty
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<Annotation>allAnnotations()Class<?>javaClass()
-
-
-
Method Detail
-
javaClass
Class<?> javaClass()
- Returns:
- The Java class corresponding to the raw type of the annotated element.
-
allAnnotations
Stream<Annotation> allAnnotations()
- Returns:
- All annotations declared on the annotated element.
-
-