Package | Description |
---|---|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
Modifier and Type | Field and Description |
---|---|
protected List<GroupConversionType> |
GetterType.convertGroup |
protected List<GroupConversionType> |
ParameterType.convertGroup |
protected List<GroupConversionType> |
ReturnValueType.convertGroup |
protected List<GroupConversionType> |
FieldType.convertGroup |
Modifier and Type | Method and Description |
---|---|
GroupConversionType |
ObjectFactory.createGroupConversionType()
Create an instance of
GroupConversionType |
Modifier and Type | Method and Description |
---|---|
List<GroupConversionType> |
GetterType.getConvertGroup()
Gets the value of the convertGroup property.
|
List<GroupConversionType> |
ParameterType.getConvertGroup()
Gets the value of the convertGroup property.
|
List<GroupConversionType> |
ReturnValueType.getConvertGroup()
Gets the value of the convertGroup property.
|
List<GroupConversionType> |
FieldType.getConvertGroup()
Gets the value of the convertGroup property.
|
Modifier and Type | Method and Description |
---|---|
static Map<Class<?>,Class<?>> |
GroupConversionBuilder.buildGroupConversionMap(List<GroupConversionType> groupConversionTypes,
String defaultPackage) |
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved