Package | Description |
---|---|
org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
Modifier and Type | Field and Description |
---|---|
protected CrossParameterType |
ConstructorType.crossParameter |
protected CrossParameterType |
MethodType.crossParameter |
Modifier and Type | Method and Description |
---|---|
CrossParameterType |
ObjectFactory.createCrossParameterType()
Create an instance of
CrossParameterType |
CrossParameterType |
ConstructorType.getCrossParameter()
Gets the value of the crossParameter property.
|
CrossParameterType |
MethodType.getCrossParameter()
Gets the value of the crossParameter property.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstructorType.setCrossParameter(CrossParameterType value)
Sets the value of the crossParameter property.
|
void |
MethodType.setCrossParameter(CrossParameterType value)
Sets the value of the crossParameter property.
|
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved