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.internal.cfg Implementation parts of the API for programmatic constraint definition. 
org.hibernate.validator.internal.cfg.context 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.
 TypeConstraintMappingContext<C> TypeConstraintMappingContext.defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>> defaultGroupSequenceProviderClass)
          Defines the default group sequence provider for the current type.
 TypeConstraintMappingContext<C> TypeConstraintMappingContext.ignoreAllAnnotations()
          Defines that all annotations for this type should be ignored.
<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.internal.cfg
 

Methods in org.hibernate.validator.internal.cfg that return TypeConstraintMappingContext
<C> TypeConstraintMappingContext<C>
DefaultConstraintMapping.type(Class<C> beanClass)
           
 

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

Classes in org.hibernate.validator.internal.cfg.context 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.internal.cfg.context that return TypeConstraintMappingContext
 TypeConstraintMappingContext<C> TypeConstraintMappingContextImpl.constraint(ConstraintDef<?,?> definition)
           
 TypeConstraintMappingContext<C> TypeConstraintMappingContextImpl.defaultGroupSequence(Class<?>... defaultGroupSequence)
           
 TypeConstraintMappingContext<C> TypeConstraintMappingContextImpl.defaultGroupSequenceProviderClass(Class<? extends DefaultGroupSequenceProvider<? super C>> defaultGroupSequenceProviderClass)
           
 TypeConstraintMappingContext<C> TypeConstraintMappingContextImpl.ignoreAllAnnotations()
           
 TypeConstraintMappingContext<C> TypeConstraintMappingContextImpl.ignoreAnnotations()
           
<C> TypeConstraintMappingContext<C>
ConstraintMappingContextImplBase.type(Class<C> type)
           
 



Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved