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

Packages that use org.hibernate.validator.internal.metadata.core
org.hibernate.validator.internal.cfg.context Creational context implementations of the API for programmatic constraint definition. 
org.hibernate.validator.internal.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
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. 
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.xml Classes used to parse Bean Validation XML configuration files. 
 

Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.cfg.context
AnnotationProcessingOptions
          An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
 

Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata
ConstraintHelper
          Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
 

Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.aggregated
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.
 

Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.core
AnnotationProcessingOptions
          An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
ConstraintOrigin
          Visibility looked at when discovering constraints.
 

Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.descriptor
ConstraintHelper
          Keeps track of builtin constraints and their validator implementations, as well as already resolved validator definitions.
ConstraintOrigin
          Visibility looked at when discovering constraints.
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.internal.metadata.core used by org.hibernate.validator.internal.metadata.provider
AnnotationProcessingOptions
          An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
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.
 

Classes in org.hibernate.validator.internal.metadata.core used by org.hibernate.validator.internal.metadata.raw
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.internal.metadata.core used by org.hibernate.validator.internal.xml
AnnotationProcessingOptions
          An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
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.