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

Packages that use ParameterType
org.hibernate.validator.internal.xml Classes for parsing of 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.
 

Method parameters in org.hibernate.validator.internal.xml with type arguments of type ParameterType
static List<ConstrainedParameter> ConstrainedParameterBuilder.buildConstrainedParameters(List<ParameterType> parameterList, ExecutableElement executableElement, String defaultPackage, ConstraintHelper constraintHelper, ParameterNameProvider parameterNameProvider, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
 



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