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> |
ConstructorType.parameter |
protected List<ParameterType> |
MethodType.parameter |
Modifier and Type | Method and Description |
---|---|
ParameterType |
ObjectFactory.createParameterType()
Create an instance of
ParameterType |
Modifier and Type | Method and Description |
---|---|
List<ParameterType> |
ConstructorType.getParameter()
Gets the value of the parameter property.
|
List<ParameterType> |
MethodType.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,
javax.validation.ParameterNameProvider parameterNameProvider,
AnnotationProcessingOptionsImpl annotationProcessingOptions) |
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved