java.lang.Object
org.hibernate.validator.internal.engine.valueextraction.ArrayElement
All Implemented Interfaces:
AnnotatedElement, Type, TypeVariable<Class<?>>

public class ArrayElement extends Object implements TypeVariable<Class<?>>
A pseudo type variable which is used to represent constraints applied to the elements of an array.
Author:
Gunnar Morling, Guillaume Smet