interface |
ConstraintDefinitionContext<A extends Annotation> |
Constraint mapping creational context representing a constraint (i.e.
|
interface |
ConstraintMappingTarget |
Facet of a constraint mapping creational context which allows to start a new constraint mapping or definition.
|
interface |
ContainerElementConstraintMappingContext |
Constraint mapping creational context representing a type argument of a property, parameter or method return value
with a generic (return) type.
|
interface |
CrossParameterConstraintMappingContext |
Constraint mapping creational context allowing to add cross-parameter constraints to a method or constructor and to
navigate to other constraint targets.
|
interface |
ParameterConstraintMappingContext |
Constraint mapping creational context representing a method parameter.
|
interface |
PropertyConstraintMappingContext |
Constraint mapping creational context representing a property of a bean.
|
interface |
ReturnValueConstraintMappingContext |
Constraint mapping creational context representing a method return value.
|
interface |
TypeConstraintMappingContext<C> |
Constraint mapping creational context representing a type.
|