See: Description
| Class | Description |
|---|---|
| CascadableConstraintMappingContextImplBase<C extends Cascadable<C> & Unwrapable<C>> |
Base class for all implementations of cascadable context types.
|
| ConfiguredConstraint<A extends Annotation> |
Represents a programmatically configured constraint and meta-data
related to its location (bean type etc.).
|
| ConstraintMappingContextImplBase |
Base class for implementations of constraint mapping creational context types.
|
| CrossParameterConstraintMappingContextImpl |
Constraint mapping creational context which allows to configure cross-parameter constraints for a method or constructor.
|
| ExecutableConstraintMappingContextImpl |
A constraint mapping creational context which allows to select the parameter or
return value to which the next operations shall apply.
|
| GroupConversionTargetContextImpl<C> |
Context allowing to set the target of a group conversion.
|
| 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.
|
Creational context implementations of the API for programmatic constraint definition.
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved