Class AnnotatedObject
java.lang.Object
org.hibernate.validator.internal.engine.valueextraction.AnnotatedObject
- All Implemented Interfaces:
AnnotatedElement
,Type
,TypeVariable<Class<?>>
A pseudo type variable used to express that the annotated element itself (e.g. a list) has been marked for
cascaded validation.
- Author:
- Gunnar Morling
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation
(Class<T> annotationClass) Type[]
Class<?>
getName()
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresent
Methods inherited from interface java.lang.reflect.Type
getTypeName
-
Field Details
-
INSTANCE
-
-
Method Details
-
getAnnotation
- Specified by:
getAnnotation
in interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotations
in interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotations
in interfaceAnnotatedElement
-
getBounds
- Specified by:
getBounds
in interfaceTypeVariable<Class<?>>
-
getGenericDeclaration
- Specified by:
getGenericDeclaration
in interfaceTypeVariable<Class<?>>
-
getName
- Specified by:
getName
in interfaceTypeVariable<Class<?>>
-
getAnnotatedBounds
- Specified by:
getAnnotatedBounds
in interfaceTypeVariable<Class<?>>
-
toString
-