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

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

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

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

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

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

Method parameters in org.hibernate.validator.internal.xml with type arguments of type ConstructorType
static Set<ConstrainedExecutable> ConstrainedExecutableBuilder.buildConstructorConstrainedExecutable(List<ConstructorType> constructors, Class<?> beanClass, String defaultPackage, ParameterNameProvider parameterNameProvider, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions)
           
 



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