Class ArrayElement
java.lang.Object
org.hibernate.validator.internal.engine.valueextraction.ArrayElement
- All Implemented Interfaces:
AnnotatedElement,Type,TypeVariable<Class<?>>
A pseudo type variable which is used to represent constraints applied to the elements of an array.
- Author:
- Gunnar Morling, Guillaume Smet
-
Constructor Summary
ConstructorsConstructorDescriptionArrayElement(AnnotatedArrayType annotatedArrayType) ArrayElement(Type arrayType) -
Method Summary
Modifier and TypeMethodDescriptionboolean<T extends Annotation>
TgetAnnotation(Class<T> annotationClass) Type[]Class<?>Class<?>getName()inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface java.lang.reflect.Type
getTypeName
-
Constructor Details
-
ArrayElement
-
ArrayElement
-
-
Method Details
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotatedElement
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotatedElement
-
getDeclaredAnnotations
- Specified by:
getDeclaredAnnotationsin interfaceAnnotatedElement
-
getBounds
- Specified by:
getBoundsin interfaceTypeVariable<Class<?>>
-
getGenericDeclaration
- Specified by:
getGenericDeclarationin interfaceTypeVariable<Class<?>>
-
getName
- Specified by:
getNamein interfaceTypeVariable<Class<?>>
-
getAnnotatedBounds
- Specified by:
getAnnotatedBoundsin interfaceTypeVariable<Class<?>>
-
getContainerClass
-
equals
-
hashCode
public int hashCode() -
toString
-