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
ParameterDescriptor s. |
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, setConstraintDescriptors
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findConstraints, getConstraintDescriptors, getElementClass, hasConstraints
getMetaBean
protected ConstructorDescriptorImpl(MetaBean metaBean, Validation[] validations)
metaBean
- validations
- protected ConstructorDescriptorImpl(Class<?> elementClass, Validation[] validations)
elementClass
- validations
- public boolean isCascaded()
isCascaded
in interface ConstructorDescriptor
public void setCascaded(boolean cascaded)
setCascaded
in interface ProcedureDescriptor
public List<ParameterDescriptor> getParameterDescriptors()
ParameterDescriptor
s.getParameterDescriptors
in interface ConstructorDescriptor
getParameterDescriptors
in interface ProcedureDescriptor
List
of ParameterDescriptor
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.