Package org.hibernate.validator.internal.metadata.raw
The raw metadata is a reflection of all configured constraints including constraints defined via multiple
configuration sources.
-
Interface Summary Interface Description ConstrainedElement Represents a (potentially) constrained Java element such as a type, field or method. -
Class Summary Class Description AbstractConstrainedElement Base implementation of with functionality common to allConstrainedElementimplementations.BeanConfiguration<T> Represents the complete constraint related configuration of one Java type originating from oneConfigurationSource.ConstrainedExecutable Represents a method or constructor of a Java type and all its associated meta-data relevant in the context of bean validation, for instance the constraints at its parameters or return value.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.ConstrainedParameter Contains constraint-related meta-data for one method parameter.ConstrainedType Represents a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints. -
Enum Summary Enum Description ConfigurationSource The source of constraint meta data.ConstrainedElement.ConstrainedElementKind The kind of aConstrainedElement.