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

Packages that use org.hibernate.validator.internal.metadata.descriptor
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation. 
org.hibernate.validator.internal.metadata.core   
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. 
 

Classes in org.hibernate.validator.internal.metadata.descriptor used by org.hibernate.validator.internal.engine
ConstraintDescriptorImpl
          Describes a single constraint (including it's composing constraints).
 

Classes in org.hibernate.validator.internal.metadata.descriptor used by org.hibernate.validator.internal.metadata.aggregated
ConstraintDescriptorImpl
          Describes a single constraint (including it's composing constraints).
PropertyDescriptorImpl
          Describes a validated property.
 

Classes in org.hibernate.validator.internal.metadata.descriptor used by org.hibernate.validator.internal.metadata.core
ConstraintDescriptorImpl
          Describes a single constraint (including it's composing constraints).
 

Classes in org.hibernate.validator.internal.metadata.descriptor used by org.hibernate.validator.internal.metadata.descriptor
ConstraintDescriptorImpl
          Describes a single constraint (including it's composing constraints).
ElementDescriptorImpl
          Describes a validated element (class, field or property).
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.