Package org.hibernate.validator.cfg.context.impl

Creational context implementations of the API for programmatic constraint definition.

See:
          Description

Class Summary
ConfiguredConstraint<A extends Annotation,L extends ConstraintLocation> Represents a programmatically configured constraint and meta-data related to its location (bean type etc.).
ConstraintMappingContext Context which collects constraints, cascades etc.
ConstraintMappingContextImplBase Base class for implementations of constraint mapping creational context types.
MethodConstraintMappingContextImpl A constraint mapping creational context which allows to select the parameter or return value to which the next operations shall apply.
ParameterConstraintMappingContextImpl Constraint mapping creational context which allows to configure the constraints for one method parameter.
PropertyConstraintMappingContextImpl Constraint mapping creational context which allows to configure the constraints for one bean property.
ReturnValueConstraintMappingContextImpl Constraint mapping creational context which allows to configure the constraints for one method return value.
TypeConstraintMappingContextImpl<C> Constraint mapping creational context which allows to configure the class-level constraints for one bean.
 

Package org.hibernate.validator.cfg.context.impl Description

Creational context implementations of the API for programmatic constraint definition.



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