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

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

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

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

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

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



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