public class ConstructorDescriptorImpl extends ElementDescriptorImpl implements ConstructorDescriptor, ProcedureDescriptor
ConstructorDescriptor implementation.elementClass, metaBean| Modifier | Constructor and Description |
|---|---|
protected |
ConstructorDescriptorImpl(Class<?> elementClass,
Validation[] validations)
Create a new ConstructorDescriptorImpl instance.
|
protected |
ConstructorDescriptorImpl(MetaBean metaBean,
Validation[] validations)
Create a new ConstructorDescriptorImpl instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDescriptor> |
getParameterDescriptors()
Get the list of
ParameterDescriptors. |
boolean |
isCascaded()
Learn whether the referenced constructor 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 ConstructorDescriptorImpl(MetaBean metaBean, Validation[] validations)
metaBean - validations - protected ConstructorDescriptorImpl(Class<?> elementClass, Validation[] validations)
elementClass - validations - public boolean isCascaded()
isCascaded in interface ConstructorDescriptorpublic void setCascaded(boolean cascaded)
setCascaded in interface ProcedureDescriptorpublic List<ParameterDescriptor> getParameterDescriptors()
ParameterDescriptors.getParameterDescriptors in interface ConstructorDescriptorgetParameterDescriptors in interface ProcedureDescriptorList of ParameterDescriptorCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.