Uses of Interface
org.hibernate.validator.group.DefaultGroupSequenceProvider

Packages that use DefaultGroupSequenceProvider
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. 
org.hibernate.validator.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes. 
 

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

Methods in org.hibernate.validator.cfg.context with type parameters of type DefaultGroupSequenceProvider
<T extends DefaultGroupSequenceProvider<? super C>>
TypeConstraintMappingContext<C>
TypeConstraintMappingContext.defaultGroupSequenceProvider(Class<T> defaultGroupSequenceProviderClass)
          Defines the default group sequence provider for the current type.
 

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

Methods in org.hibernate.validator.cfg.context.impl with type parameters of type DefaultGroupSequenceProvider
<T extends DefaultGroupSequenceProvider<?>>
void
ConstraintMappingContext.addDefaultGroupSequenceProvider(Class<?> beanClass, Class<T> defaultGroupSequenceProviderClass)
           
<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.
 

Methods in org.hibernate.validator.cfg.context.impl that return types with arguments of type DefaultGroupSequenceProvider
 Class<? extends DefaultGroupSequenceProvider<?>> ConstraintMappingContext.getDefaultGroupSequenceProvider(Class<?> beanType)
          Returns the class of the default group sequence provider defined for the given bean type.
 

Uses of DefaultGroupSequenceProvider in org.hibernate.validator.metadata
 

Constructor parameters in org.hibernate.validator.metadata with type arguments of type DefaultGroupSequenceProvider
BeanMetaDataImpl(Class<T> beanClass, ConstraintHelper constraintHelper, List<Class<?>> defaultGroupSequence, Class<? extends DefaultGroupSequenceProvider<?>> defaultGroupSequenceProvider, Map<Class<?>,List<BeanMetaConstraint<?>>> constraints, Set<AggregatedMethodMetaData> methodMetaDatas, Set<Member> cascadedMembers, AnnotationIgnores annotationIgnores, BeanMetaDataCache beanMetaDataCache)
          Constructor used when creating a bean meta data instance via the xml or programmatic API.
 



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