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

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

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

Fields in org.hibernate.validator.internal.xml with type parameters of type GroupConversionType
protected  List<GroupConversionType> ReturnValueType.convertGroup
           
protected  List<GroupConversionType> ParameterType.convertGroup
           
protected  List<GroupConversionType> GetterType.convertGroup
           
protected  List<GroupConversionType> FieldType.convertGroup
           
 

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

Methods in org.hibernate.validator.internal.xml that return types with arguments of type GroupConversionType
 List<GroupConversionType> ReturnValueType.getConvertGroup()
          Gets the value of the convertGroup property.
 List<GroupConversionType> ParameterType.getConvertGroup()
          Gets the value of the convertGroup property.
 List<GroupConversionType> GetterType.getConvertGroup()
          Gets the value of the convertGroup property.
 List<GroupConversionType> FieldType.getConvertGroup()
          Gets the value of the convertGroup property.
 

Method parameters in org.hibernate.validator.internal.xml with type arguments of type GroupConversionType
static Map<Class<?>,Class<?>> GroupConversionBuilder.buildGroupConversionMap(List<GroupConversionType> groupConversionTypes, String defaultPackage)
           
 



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