Interface ContainerElementConstraintMappingContext
- All Superinterfaces:
Cascadable<ContainerElementConstraintMappingContext>
,Constrainable<ContainerElementConstraintMappingContext>
,ConstraintDefinitionTarget
,ConstraintMappingTarget
,ConstructorTarget
,ContainerElementTarget
,MethodTarget
,ParameterTarget
,PropertyTarget
,ReturnValueTarget
,TypeTarget
- All Known Implementing Classes:
ContainerElementConstraintMappingContextImpl
public interface ContainerElementConstraintMappingContext
extends Constrainable<ContainerElementConstraintMappingContext>, ConstraintMappingTarget, PropertyTarget, ConstructorTarget, MethodTarget, ContainerElementTarget, ParameterTarget, ReturnValueTarget, Cascadable<ContainerElementConstraintMappingContext>
Constraint mapping creational context representing a type argument of a property, parameter or method return value
with a generic (return) type. Allows to place constraints on that type argument, mark it as cascadable and to
navigate to other constraint targets.
- Since:
- 6.0
- Author:
- Gunnar Morling
-
Method Summary
Methods inherited from interface org.hibernate.validator.cfg.context.Cascadable
convertGroup, valid
Methods inherited from interface org.hibernate.validator.cfg.context.Constrainable
constraint
Methods inherited from interface org.hibernate.validator.cfg.context.ConstraintDefinitionTarget
constraintDefinition
Methods inherited from interface org.hibernate.validator.cfg.context.ConstructorTarget
constructor
Methods inherited from interface org.hibernate.validator.cfg.context.ContainerElementTarget
containerElementType, containerElementType
Methods inherited from interface org.hibernate.validator.cfg.context.MethodTarget
method
Methods inherited from interface org.hibernate.validator.cfg.context.ParameterTarget
parameter
Methods inherited from interface org.hibernate.validator.cfg.context.PropertyTarget
field, getter, property
Methods inherited from interface org.hibernate.validator.cfg.context.ReturnValueTarget
returnValue
Methods inherited from interface org.hibernate.validator.cfg.context.TypeTarget
type