public class MethodDescriptorImpl extends ElementDescriptorImpl implements MethodDescriptor, ProcedureDescriptor
MethodDescriptor implementation.elementClass, metaBean| Modifier | Constructor and Description |
|---|---|
protected |
MethodDescriptorImpl(Class<?> elementClass,
Validation[] validations)
Create a new MethodDescriptorImpl instance.
|
protected |
MethodDescriptorImpl(MetaBean metaBean,
Validation[] validations)
Create a new MethodDescriptorImpl instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDescriptor> |
getParameterDescriptors()
Get the
ParameterDescriptors for this MethodDescriptor. |
boolean |
isCascaded()
Learn whether the referenced method should be validated.
|
void |
setCascaded(boolean cascaded)
Set whether this procedure should be validated.
|
findConstraints, getConstraintDescriptors, getConstraintDescriptors, getElementClass, getMetaBean, getMutableConstraintDescriptors, hasConstraints, setConstraintDescriptorsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindConstraints, getConstraintDescriptors, getElementClass, hasConstraintsgetMetaBeanprotected MethodDescriptorImpl(MetaBean metaBean, Validation[] validations)
metaBean - validations - protected MethodDescriptorImpl(Class<?> elementClass, Validation[] validations)
elementClass - validations - public List<ParameterDescriptor> getParameterDescriptors()
ParameterDescriptors for this MethodDescriptor.getParameterDescriptors in interface MethodDescriptorgetParameterDescriptors in interface ProcedureDescriptorList of ParameterDescriptorpublic boolean isCascaded()
isCascaded in interface MethodDescriptorpublic void setCascaded(boolean cascaded)
setCascaded in interface ProcedureDescriptorCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.