Uses of Class
org.hibernate.validator.xml.PropertyType

Packages that use PropertyType
org.hibernate.validator.xml Classes used to parse Bean Validation XML configuration files. 
 

Uses of PropertyType in org.hibernate.validator.xml
 

Fields in org.hibernate.validator.xml with type parameters of type PropertyType
protected  java.util.List<PropertyType> ValidationConfigType.property
           
 

Methods in org.hibernate.validator.xml that return PropertyType
 PropertyType ObjectFactory.createPropertyType()
          Create an instance of PropertyType
 

Methods in org.hibernate.validator.xml that return types with arguments of type PropertyType
 java.util.List<PropertyType> ValidationConfigType.getProperty()
          Gets the value of the property property.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.