Uses of Interface
org.hibernate.validator.cfg.context.Constrainable

Packages that use Constrainable
org.hibernate.validator.cfg.context Contains facet and creational context interfaces forming the API for programmatic constraint definition. 
org.hibernate.validator.cfg.context.impl Creational context implementations of the API for programmatic constraint definition. 
 

Uses of Constrainable in org.hibernate.validator.cfg.context
 

Classes in org.hibernate.validator.cfg.context with type parameters of type Constrainable
 interface Constrainable<C extends Constrainable<C>>
          Facet of a constraint mapping creational context which allows to place constraints on the underlying element.
 

Subinterfaces of Constrainable in org.hibernate.validator.cfg.context
 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.
 

Uses of Constrainable in org.hibernate.validator.cfg.context.impl
 

Classes in org.hibernate.validator.cfg.context.impl that implement Constrainable
 class ParameterConstraintMappingContextImpl
          Constraint mapping creational context which allows to configure the constraints for one method parameter.
 class PropertyConstraintMappingContextImpl
          Constraint mapping creational context which allows to configure the constraints for one bean property.
 class ReturnValueConstraintMappingContextImpl
          Constraint mapping creational context which allows to configure the constraints for one method return value.
 class TypeConstraintMappingContextImpl<C>
          Constraint mapping creational context which allows to configure the class-level constraints for one bean.
 



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