| Package | Description |
|---|---|
| org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ParameterType> |
MethodType.parameter |
protected List<ParameterType> |
ConstructorType.parameter |
| Modifier and Type | Method and Description |
|---|---|
ParameterType |
ObjectFactory.createParameterType()
Create an instance of
ParameterType |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterType> |
MethodType.getParameter()
Gets the value of the parameter property.
|
List<ParameterType> |
ConstructorType.getParameter()
Gets the value of the parameter property.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ConstrainedParameter> |
ConstrainedParameterBuilder.buildConstrainedParameters(List<ParameterType> parameterList,
ExecutableElement executableElement,
String defaultPackage,
ConstraintHelper constraintHelper,
ParameterNameProvider parameterNameProvider,
AnnotationProcessingOptionsImpl annotationProcessingOptions) |
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved