Package | Description |
---|---|
javax.validation.metadata |
Modifier and Type | Method and Description |
---|---|
MethodDescriptor |
BeanDescriptor.getConstraintsForMethod(String methodName,
Class<?>... parameterTypes)
Returns a method descriptor for the given method.
|
Modifier and Type | Method and Description |
---|---|
Set<MethodDescriptor> |
BeanDescriptor.getConstrainedMethods()
Returns a set with descriptors for the constrained methods of the type
represented by this descriptor.
|
Copyright © 2007-2012. All Rights Reserved.