Package org.hibernate.validator.internal.metadata.descriptor
Implementation of the Bean Validation meta data API.
The types in this package are generally immutable. Also any collections returned from methods in this package are unmodifiable and an exception will be thrown when trying to alter them.
-
Class Summary Class Description BeanDescriptorImpl Describes a validated bean.ClassDescriptorImpl Describes a validated type class-level constraints.ConstraintDescriptorImpl<T extends Annotation> Describes a single constraint (including its composing constraints).ContainerElementTypeDescriptorImpl CrossParameterDescriptorImpl Describes cross-parameters.ElementDescriptorImpl Describes a validated element (class, field or property).ExecutableDescriptorImpl Describes a validated constructor or method.GroupConversionDescriptorImpl Describes a group conversion rule.ParameterDescriptorImpl Describes a validated method parameter.PropertyDescriptorImpl Describes a validated property.ReturnValueDescriptorImpl -
Enum Summary Enum Description ConstraintDescriptorImpl.ConstraintType The type of a constraint.