| Package | Description |
|---|---|
| org.hibernate.validator.metadata |
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
|
| org.hibernate.validator.method.metadata |
This package provides a meta model related to method-level
constraints and as such is an addition to the package
javax.validation.metadata
provided by the Bean Validation API. |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterDescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDescriptor> |
MethodDescriptorImpl.getParameterDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDescriptor> |
MethodDescriptor.getParameterDescriptors()
Returns a list with descriptors for this method's parameters.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.