| Subclasses of AbstractConstrainedElement in org.hibernate.validator.internal.metadata.raw |
class |
ConstrainedField
Represents a field of a Java type and all its associated meta-data relevant
in the context of bean validation, for instance its constraints. |
class |
ConstrainedMethod
Represents a method of a Java type and all its associated meta-data relevant
in the context of bean validation, for instance the constraints at it's
parameters or return value. |
class |
ConstrainedParameter
Contains constraint-related meta-data for one method parameter. |
class |
ConstrainedType
Represents a Java type and all its associated meta-data relevant in the
context of bean validation, for instance its constraints. |