Package org.hibernate.validator.internal.metadata.descriptor

Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the representation of method level constraints.

See:
          Description

Class Summary
BeanDescriptorImpl<T> Describes a validated bean.
ConstraintDescriptorImpl<T extends Annotation> Describes a single constraint (including it's composing constraints).
ElementDescriptorImpl Describes a validated element (class, field or property).
MethodDescriptorImpl Describes a validated method.
ParameterDescriptorImpl Describes a validated method parameter.
PropertyDescriptorImpl Describes a validated property.
 

Package org.hibernate.validator.internal.metadata.descriptor Description

Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the representation of method level constraints.

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.



Copyright © 2012 Oracle Corporation. All Rights Reserved.