| Package | Description |
|---|---|
| org.hibernate.validator.internal.xml |
Classes for parsing of Bean Validation XML configuration files.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<MethodType> |
BeanType.method |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
ObjectFactory.createMethodType()
Create an instance of
MethodType |
| Modifier and Type | Method and Description |
|---|---|
List<MethodType> |
BeanType.getMethod()
Gets the value of the method property.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConstrainedExecutable> |
ConstrainedExecutableBuilder.buildMethodConstrainedExecutable(List<MethodType> methods,
Class<?> beanClass,
String defaultPackage,
ParameterNameProvider parameterNameProvider,
ConstraintHelper constraintHelper,
AnnotationProcessingOptionsImpl annotationProcessingOptions) |
Copyright © 2007-2014 Red Hat, Inc. All Rights Reserved