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

Packages that use ConstraintDescriptorImpl
org.hibernate.validator.internal.engine.constraintvalidation Classes dealing with the representation of constraints and the management/instantitation of constraint validators. 
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 Core classes of the internal model used for representing constraints and related metadata. 
org.hibernate.validator.internal.metadata.descriptor Implementation of the Bean Validation meta data API. 
 

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

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

Methods in org.hibernate.validator.internal.engine.constraintvalidation with parameters of type ConstraintDescriptorImpl
<V,A extends Annotation>
ConstraintValidator<A,V>
ConstraintValidatorManager.getInitializedValidator(Type validatedValueType, ConstraintDescriptorImpl<A> descriptor, ConstraintValidatorFactory constraintFactory)
           
 

Constructors in org.hibernate.validator.internal.engine.constraintvalidation 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
 Set<ConstraintDescriptorImpl<?>> ConstraintDescriptorImpl.getComposingConstraintImpls()
           
 

Constructor parameters in org.hibernate.validator.internal.metadata.descriptor with type arguments of type ConstraintDescriptorImpl
BeanDescriptorImpl(Type beanClass, Set<ConstraintDescriptorImpl<?>> classLevelConstraints, Map<String,PropertyDescriptor> constrainedProperties, Map<String,ExecutableDescriptorImpl> constrainedMethods, Map<String,ConstructorDescriptor> constrainedConstructors, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
CrossParameterDescriptorImpl(Set<ConstraintDescriptorImpl<?>> constraintDescriptors, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
ElementDescriptorImpl(Type type, Set<ConstraintDescriptorImpl<?>> constraintDescriptors, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence)
           
ExecutableDescriptorImpl(Type returnType, String name, Set<ConstraintDescriptorImpl<?>> crossParameterConstraints, ReturnValueDescriptor returnValueDescriptor, List<ParameterDescriptor> parameters, boolean defaultGroupSequenceRedefined, boolean isGetter, List<Class<?>> defaultGroupSequence)
           
ParameterDescriptorImpl(Type type, int index, String name, Set<ConstraintDescriptorImpl<?>> constraints, boolean isCascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)
           
PropertyDescriptorImpl(Type returnType, String propertyName, Set<ConstraintDescriptorImpl<?>> constraints, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)
           
ReturnValueDescriptorImpl(Type returnType, Set<ConstraintDescriptorImpl<?>> returnValueConstraints, boolean cascaded, boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence, Set<GroupConversionDescriptor> groupConversions)
           
 



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