Uses of Class
org.hibernate.validator.internal.xml.FieldType

Packages that use FieldType
org.hibernate.validator.internal.xml Classes for parsing of Bean Validation XML configuration files. 
 

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

Fields in org.hibernate.validator.internal.xml with type parameters of type FieldType
protected  List<FieldType> BeanType.field
           
 

Methods in org.hibernate.validator.internal.xml that return FieldType
 FieldType ObjectFactory.createFieldType()
          Create an instance of FieldType
 

Methods in org.hibernate.validator.internal.xml that return types with arguments of type FieldType
 List<FieldType> BeanType.getField()
          Gets the value of the field property.
 

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



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