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

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

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

Fields in org.hibernate.validator.internal.xml declared as ClassType
protected  ClassType BeanType.classType
           
 

Methods in org.hibernate.validator.internal.xml that return ClassType
 ClassType ObjectFactory.createClassType()
          Create an instance of ClassType
 ClassType BeanType.getClassType()
          Gets the value of the classType property.
 

Methods in org.hibernate.validator.internal.xml with parameters of type ClassType
static ConstrainedType ConstrainedTypeBuilder.buildConstrainedType(ClassType classType, Class<?> beanClass, String defaultPackage, ConstraintHelper constraintHelper, AnnotationProcessingOptionsImpl annotationProcessingOptions, Map<Class<?>,List<Class<?>>> defaultSequences)
           
 void BeanType.setClassType(ClassType value)
          Sets the value of the classType property.
 



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