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

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

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

Fields in org.hibernate.validator.internal.xml with type parameters of type ParameterType
protected  List<ParameterType> MethodType.parameter
           
protected  List<ParameterType> ConstructorType.parameter
           
 

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

Methods in org.hibernate.validator.internal.xml that return types with arguments of type ParameterType
 List<ParameterType> MethodType.getParameter()
          Gets the value of the parameter property.
 List<ParameterType> ConstructorType.getParameter()
          Gets the value of the parameter property.
 



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