Uses of Package
org.hibernate.validator.metadata

Packages that use org.hibernate.validator.metadata
org.hibernate.validator.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
org.hibernate.validator.xml Classes used to parse Bean Validation XML configuration files. 
 

Classes in org.hibernate.validator.metadata used by org.hibernate.validator.engine
BeanMetaDataCache
          Cache for created instances of BeanMetaData.
ConstraintDescriptorImpl
          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.
 

Classes in org.hibernate.validator.metadata used by org.hibernate.validator.metadata
AnnotationIgnores
          This class instantiated during the parsing of the XML configuration data and keeps track of the annotations which should be ignored.
BeanMetaData
          Interface defining the meta data about the constraints defined in a given bean.
BeanMetaDataCache
          Cache for created instances of BeanMetaData.
BeanMetaDataImpl
          This class encapsulates all meta data needed for validation.
ConstraintDescriptorImpl
          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.
ConstraintOrigin
          Visibility looked at when discovering constraints.
ElementDescriptorImpl
          Describe a validated element (class, field or property).
MetaConstraint
          Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
 

Classes in org.hibernate.validator.metadata used by org.hibernate.validator.xml
AnnotationIgnores
          This class instantiated during the parsing of the XML configuration data and keeps track of the annotations which should be ignored.
ConstraintHelper
          Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
MetaConstraint
          Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.