Uses of Class
org.hibernate.validator.internal.metadata.descriptor.ConstraintDescriptorImpl

Packages that use ConstraintDescriptorImpl
org.hibernate.validator.internal.engine Implementations for the core interfaces of JSR-303. 
org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation. 
org.hibernate.validator.internal.metadata.core   
org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API and its Hibernate Validator specific extension for the representation of method level constraints. 
 

Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.engine
 

Methods in org.hibernate.validator.internal.engine that return ConstraintDescriptorImpl
 ConstraintDescriptorImpl<A> ConstraintTree.getDescriptor()
           
 

Constructors in org.hibernate.validator.internal.engine with parameters of type ConstraintDescriptorImpl
ConstraintTree(ConstraintDescriptorImpl<A> descriptor)
           
 

Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.aggregated
 

Methods in org.hibernate.validator.internal.metadata.aggregated that return types with arguments of type ConstraintDescriptorImpl
protected  Set<ConstraintDescriptorImpl<?>> AbstractConstraintMetaData.asDescriptors(Set<MetaConstraint<?>> constraints)
           
 

Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.core
 

Methods in org.hibernate.validator.internal.metadata.core that return ConstraintDescriptorImpl
 ConstraintDescriptorImpl<A> MetaConstraint.getDescriptor()
           
 

Constructors in org.hibernate.validator.internal.metadata.core with parameters of type ConstraintDescriptorImpl
MetaConstraint(ConstraintDescriptorImpl<A> constraintDescriptor, ConstraintLocation location)
           
 

Uses of ConstraintDescriptorImpl in org.hibernate.validator.internal.metadata.descriptor
 

Methods in org.hibernate.validator.internal.metadata.descriptor that return types with arguments of type ConstraintDescriptorImpl
protected static Set<ConstraintDescriptorImpl<?>> ElementDescriptorImpl.asDescriptors(Set<MetaConstraint<?>> constraints)
           
 

Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type ConstraintDescriptorImpl
BeanDescriptorImpl(Class<T> beanClass, Set<ConstraintDescriptorImpl<?>> classLevelConstraints, Map<String,javax.validation.metadata.PropertyDescriptor> properties, Map<String,MethodDescriptor> methods, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
ElementDescriptorImpl(Class<?> type, Set<ConstraintDescriptorImpl<?>> constraintDescriptors, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
MethodDescriptorImpl(Class<?> returnType, String name, Set<ConstraintDescriptorImpl<?>> returnValueConstraints, boolean isCascaded, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
ParameterDescriptorImpl(Class<?> type, int index, Set<ConstraintDescriptorImpl<?>> constraints, boolean isCascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
PropertyDescriptorImpl(Class<?> returnType, String propertyName, Set<ConstraintDescriptorImpl<?>> constraints, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.