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 |
MethodDescriptorImpl |
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
BeanDescriptorImpl.getConstraintsForMethod(String methodName,
Class<?>... parameterTypes) |
Modifier and Type | Method and Description |
---|---|
Set<MethodDescriptor> |
BeanDescriptorImpl.getConstrainedMethods() |
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
TypeDescriptor.getConstraintsForMethod(String methodName,
Class<?>... parameterTypes)
Returns a descriptor for the specified method.
|
Modifier and Type | Method and Description |
---|---|
Set<MethodDescriptor> |
TypeDescriptor.getConstrainedMethods()
Returns a set with the constrained methods of this type.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.