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

Packages that use org.hibernate.validator.internal.metadata.raw
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.location Contains types for the representation of constraint locations. 
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. 
org.hibernate.validator.internal.util Independent helper classes. 
org.hibernate.validator.internal.util.logging Logging classes. 
org.hibernate.validator.internal.xml Classes for parsing of Bean Validation XML configuration files. 
 

Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.engine
ExecutableElement
          Provides a unified view on Constructors and Methods.
 

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.
ConstrainedExecutable
          Represents a method or constructor 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.
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.
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.
ExecutableElement
          Provides a unified view on Constructors and Methods.
 

Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.metadata.location
ExecutableElement
          Provides a unified view on Constructors and Methods.
 

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.
ExecutableElement
          Provides a unified view on Constructors and Methods.
 

Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.util
ExecutableElement
          Provides a unified view on Constructors and Methods.
 

Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.util.logging
ExecutableElement
          Provides a unified view on Constructors and Methods.
 

Classes in org.hibernate.validator.internal.metadata.raw used by org.hibernate.validator.internal.xml
ConstrainedElement
          Represents a (potentially) constrained Java element such as a type, field or method.
ConstrainedExecutable
          Represents a method or constructor 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.
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.
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.
ExecutableElement
          Provides a unified view on Constructors and Methods.
 



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