Uses of Class
org.hibernate.validator.internal.metadata.raw.ConstrainedType

Packages that use ConstrainedType
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.xml Classes for parsing of Bean Validation XML configuration files. 
 

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

Constructors in org.hibernate.validator.internal.metadata.aggregated with parameters of type ConstrainedType
PropertyMetaData.Builder(Class<?> beanClass, ConstrainedType constrainedType, ConstraintHelper constraintHelper)
           
 

Uses of ConstrainedType in org.hibernate.validator.internal.xml
 

Methods in org.hibernate.validator.internal.xml that return ConstrainedType
static ConstrainedType ConstrainedTypeBuilder.buildConstrainedType(ClassType classType, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions, Map<Class<?>,List<Class<?>>> defaultSequences)
           
 



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