|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodDescriptor | |
|---|---|
| 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. |
| Uses of MethodDescriptor in org.hibernate.validator.metadata |
|---|
| Classes in org.hibernate.validator.metadata that implement MethodDescriptor | |
|---|---|
class |
MethodDescriptorImpl
|
| Methods in org.hibernate.validator.metadata that return MethodDescriptor | |
|---|---|
MethodDescriptor |
BeanDescriptorImpl.getConstraintsForMethod(java.lang.String methodName,
java.lang.Class<?>... parameterTypes)
|
| Methods in org.hibernate.validator.metadata that return types with arguments of type MethodDescriptor | |
|---|---|
java.util.Set<MethodDescriptor> |
BeanDescriptorImpl.getConstrainedMethods()
|
| Uses of MethodDescriptor in org.hibernate.validator.method.metadata |
|---|
| Methods in org.hibernate.validator.method.metadata that return MethodDescriptor | |
|---|---|
MethodDescriptor |
TypeDescriptor.getConstraintsForMethod(java.lang.String methodName,
java.lang.Class<?>... parameterTypes)
Returns a descriptor for the specified method. |
| Methods in org.hibernate.validator.method.metadata that return types with arguments of type MethodDescriptor | |
|---|---|
java.util.Set<MethodDescriptor> |
TypeDescriptor.getConstrainedMethods()
Returns a set with the constrained methods of this type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||