Package org.hibernate.validator.metadata

Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.

See:
          Description

Interface Summary
BeanMetaData<T> Interface defining the meta data about the constraints defined in a given bean.
 

Class Summary
AnnotationIgnores This class instantiated during the parsing of the XML configuration data and keeps track of the annotations which should be ignored.
BeanDescriptorImpl<T>  
BeanMetaDataCache Cache for created instances of BeanMetaData.
BeanMetaDataImpl<T> This class encapsulates all meta data needed for validation.
ConstraintDescriptorImpl<T extends Annotation> Describe a single constraint (including it's composing constraints).
ConstraintHelper Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
ElementDescriptorImpl Describe a validated element (class, field or property).
MetaConstraint<T,A extends Annotation> Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
PropertyDescriptorImpl Describe a validated element (class, field or property).
 

Enum Summary
ConstraintOrigin Visibility looked at when discovering constraints.
 

Package org.hibernate.validator.metadata Description

Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.



Copyright © 2007-2010 Red Hat Middleware, LLC. All Rights Reserved