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