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

Packages that use org.hibernate.validator.internal.metadata.descriptor
org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators. 
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 Core classes of the internal model used for representing constraints and related metadata. 
org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API. 
org.hibernate.validator.internal.util.logging Logging classes. 
 

Classes in org.hibernate.validator.internal.metadata.descriptor used by org.hibernate.validator.internal.engine.constraintvalidation
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).
ExecutableDescriptorImpl
          Describes a validated constructor or method.
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).
ConstraintDescriptorImpl.ConstraintType
          The type of a constraint.
ElementDescriptorImpl
          Describes a validated element (class, field or property).
ExecutableDescriptorImpl
          Describes a validated constructor or method.
 

Classes in org.hibernate.validator.internal.metadata.descriptor used by org.hibernate.validator.internal.util.logging
ConstraintDescriptorImpl.ConstraintType
          The type of a constraint.
 



Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved