org.hibernate.validator.cfg.context
Interface PropertyConstraintMappingContext

All Superinterfaces:
Cascadable<PropertyConstraintMappingContext>, Constrainable<PropertyConstraintMappingContext>, MethodTarget, PropertyTarget, TypeTarget
All Known Implementing Classes:
PropertyConstraintMappingContextImpl

public interface PropertyConstraintMappingContext
extends Constrainable<PropertyConstraintMappingContext>, TypeTarget, PropertyTarget, MethodTarget, Cascadable<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 - SERLI - (kevin.pollet@serli.com)

Method Summary
 
Methods inherited from interface org.hibernate.validator.cfg.context.Constrainable
constraint
 
Methods inherited from interface org.hibernate.validator.cfg.context.TypeTarget
type
 
Methods inherited from interface org.hibernate.validator.cfg.context.PropertyTarget
property
 
Methods inherited from interface org.hibernate.validator.cfg.context.MethodTarget
method
 
Methods inherited from interface org.hibernate.validator.cfg.context.Cascadable
valid
 



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