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

Packages that use ConstrainedField
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 ConstrainedField in org.hibernate.validator.internal.metadata.aggregated
 

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

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

Methods in org.hibernate.validator.internal.xml that return types with arguments of type ConstrainedField
static Set<ConstrainedField> ConstrainedFieldBuilder.buildConstrainedFields(List<FieldType> fields, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
 



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