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

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

Uses of ValidationConfigType in org.hibernate.validator.xml
 

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

Methods in org.hibernate.validator.xml that return types with arguments of type ValidationConfigType
 JAXBElement<ValidationConfigType> ObjectFactory.createValidationConfig(ValidationConfigType value)
          Create an instance of JAXBElement<ValidationConfigType>}
 

Methods in org.hibernate.validator.xml with parameters of type ValidationConfigType
 JAXBElement<ValidationConfigType> ObjectFactory.createValidationConfig(ValidationConfigType value)
          Create an instance of JAXBElement<ValidationConfigType>}
 



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