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

Packages that use org.hibernate.validator.internal.metadata.raw
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.provider Abstraction of the meta data sources - annotation, xml, programmatic 
org.hibernate.validator.internal.metadata.raw The raw metadata is a reflection of all configured constraints including constraints defined via multiple configuration sources. 
 

Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.aggregated
BeanConfiguration
          Represents the complete constraint related configuration of one Java type originating from one ConfigurationSource.
ConstrainedElement
          Represents a (potentially) constrained Java element such as a type, field or method.
ConstrainedField
          Represents a field of a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints.
ConstrainedMethod
          Represents a method of a Java type and all its associated meta-data relevant in the context of bean validation, for instance the constraints at it's parameters or return value.
ConstrainedParameter
          Contains constraint-related meta-data for one method parameter.
ConstrainedType
          Represents a Java type and all its associated meta-data relevant in the context of bean validation, for instance its constraints.
 

Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.provider
BeanConfiguration
          Represents the complete constraint related configuration of one Java type originating from one ConfigurationSource.
ConfigurationSource
          The source of constraint meta data.
ConstrainedElement
          Represents a (potentially) constrained Java element such as a type, field or method.
 

Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.raw
AbstractConstrainedElement
          Base implementation of with functionality common to all ConstrainedElement implementations.
ConfigurationSource
          The source of constraint meta data.
ConstrainedElement
          Represents a (potentially) constrained Java element such as a type, field or method.
ConstrainedElement.ConstrainedElementKind
          The kind of a ConstrainedElement.
ConstrainedParameter
          Contains constraint-related meta-data for one method parameter.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.