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

Packages that use TypeConstraintMappingContext
org.hibernate.validator.cfg Entry point for the programmatic constraint definition API. 
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 TypeConstraintMappingContext in org.hibernate.validator.cfg
 

Methods in org.hibernate.validator.cfg that return TypeConstraintMappingContext
<C> TypeConstraintMappingContext<C>
ConstraintMapping.type(Class<C> beanClass)
          Starts defining constraints on the specified bean class.
 

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

Methods in org.hibernate.validator.cfg.context that return TypeConstraintMappingContext
 TypeConstraintMappingContext<C> TypeConstraintMappingContext.defaultGroupSequence(Class<?>... defaultGroupSequence)
          Defines the default group sequence for current type.
<T extends DefaultGroupSequenceProvider<? super C>>
TypeConstraintMappingContext<C>
TypeConstraintMappingContext.defaultGroupSequenceProvider(Class<T> defaultGroupSequenceProviderClass)
          Defines the default group sequence provider for the current type.
<C> TypeConstraintMappingContext<C>
TypeTarget.type(Class<C> type)
          Selects the type to which the next operations shall apply.
 

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

Classes in org.hibernate.validator.cfg.context.impl that implement TypeConstraintMappingContext
 class TypeConstraintMappingContextImpl<C>
          Constraint mapping creational context which allows to configure the class-level constraints for one bean.
 

Methods in org.hibernate.validator.cfg.context.impl that return TypeConstraintMappingContext
 TypeConstraintMappingContext<C> TypeConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
           
 TypeConstraintMappingContext<C> TypeConstraintMappingContextImpl.defaultGroupSequence(Class<?>... defaultGroupSequence)
          Defines the default groups sequence for the bean class of this instance.
<T extends DefaultGroupSequenceProvider<? super C>>
TypeConstraintMappingContext<C>
TypeConstraintMappingContextImpl.defaultGroupSequenceProvider(Class<T> defaultGroupSequenceProviderClass)
          Defines the default group sequence provider for the bean class of this instance.
<C> TypeConstraintMappingContext<C>
ConstraintMappingContextImplBase.type(Class<C> type)
           
 



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