|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodDescriptor | |
|---|---|
| org.apache.bval.jsr303.extensions | |
| Uses of MethodDescriptor in org.apache.bval.jsr303.extensions |
|---|
| Classes in org.apache.bval.jsr303.extensions that implement MethodDescriptor | |
|---|---|
class |
MethodDescriptorImpl
Description: MethodDescriptor implementation. |
| Methods in org.apache.bval.jsr303.extensions that return MethodDescriptor | |
|---|---|
MethodDescriptor |
MethodBeanDescriptorImpl.getConstraintsForMethod(Method method)
Get the constraints that apply to a particular method. |
MethodDescriptor |
MethodBeanDescriptor.getConstraintsForMethod(Method method)
Get the constraints that apply to a particular method. |
| Methods in org.apache.bval.jsr303.extensions that return types with arguments of type MethodDescriptor | |
|---|---|
Set<MethodDescriptor> |
MethodBeanDescriptorImpl.getConstrainedMethods()
Get the set of constrained methods. |
Set<MethodDescriptor> |
MethodBeanDescriptor.getConstrainedMethods()
Get the set of constrained methods. |
Map<Method,MethodDescriptor> |
MethodBeanDescriptorImpl.getMethodConstraints()
Get the configured method constraints. |
| Methods in org.apache.bval.jsr303.extensions with parameters of type MethodDescriptor | |
|---|---|
void |
MethodBeanDescriptorImpl.putMethodDescriptor(Method method,
MethodDescriptor desc)
Add a MethodDescriptor to this MethodBeanDescriptorImpl. |
| Method parameters in org.apache.bval.jsr303.extensions with type arguments of type MethodDescriptor | |
|---|---|
void |
MethodBeanDescriptorImpl.setMethodConstraints(Map<Method,MethodDescriptor> methodConstraints)
Set the map of method constraints for this bean. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||