Interface MappingAnnotatedElement
- All Known Subinterfaces:
MappingAnnotatedMethodParameter,MappingAnnotatedProperty,MappingAnnotatedType
public interface MappingAnnotatedElement
An element in the entity model annotated with a mapping annotation.
- See Also:
-
Method Summary
-
Method Details
-
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.
-