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

Core classes of the internal model used for representing constraints and related metadata.

See:
          Description

Interface Summary
AnnotationProcessingOptions An AnnotationProcessingOptions instance keeps track of annotations which should be ignored as configuration source.
 

Class Summary
AnnotationProcessingOptionsImpl 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<A extends Annotation> Instances of this class abstract the constraint type (class, method or field constraint) and give access to meta data about the constraint.
 

Enum Summary
ConstraintOrigin Visibility looked at when discovering constraints.
 

Package org.hibernate.validator.internal.metadata.core Description

Core classes of the internal model used for representing constraints and related metadata.



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