Interface PropertyConstraintMappingContext
- All Superinterfaces:
AnnotationIgnoreOptions<PropertyConstraintMappingContext>, Cascadable<PropertyConstraintMappingContext>, Constrainable<PropertyConstraintMappingContext>, ConstraintDefinitionTarget, ConstraintMappingTarget, ConstructorTarget, ContainerElementTarget, MethodTarget, PropertyTarget, TypeTarget
public interface PropertyConstraintMappingContext
extends Constrainable<PropertyConstraintMappingContext>, ConstraintMappingTarget, PropertyTarget, ConstructorTarget, MethodTarget, ContainerElementTarget, Cascadable<PropertyConstraintMappingContext>, AnnotationIgnoreOptions<PropertyConstraintMappingContext>
Constraint mapping creational context representing a property of a bean. Allows
to place constraints on the property, mark the property as cascadable and to
navigate to other constraint targets.
- Author:
- Gunnar Morling, Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
-
Method Summary
Methods inherited from interface AnnotationIgnoreOptions
ignoreAnnotationsMethods inherited from interface Cascadable
convertGroup, validMethods inherited from interface Constrainable
constraintMethods inherited from interface ConstraintDefinitionTarget
constraintDefinitionMethods inherited from interface ConstructorTarget
constructorMethods inherited from interface ContainerElementTarget
containerElementType, containerElementTypeMethods inherited from interface MethodTarget
methodMethods inherited from interface PropertyTarget
field, getterMethods inherited from interface TypeTarget
type