public class InvocableElementDescriptor extends ElementDescriptorImpl implements ProcedureDescriptor
ElementDescriptor.ConstraintFinder
elementClass, metaBean
Modifier | Constructor and Description |
---|---|
protected |
InvocableElementDescriptor(Class<?> elementClass,
Validation[] validations) |
protected |
InvocableElementDescriptor(MetaBean metaBean,
Class<?> elementClass,
Validation[] validations) |
Modifier and Type | Method and Description |
---|---|
ElementDescriptor.ConstraintFinder |
findConstraints() |
Set<ConstraintDescriptor<?>> |
getConstraintDescriptors() |
CrossParameterDescriptor |
getCrossParameterDescriptor() |
List<ParameterDescriptor> |
getParameterDescriptors()
Get the parameter descriptors of this procedure.
|
ReturnValueDescriptor |
getReturnValueDescriptor() |
protected boolean |
hasConstrainedParameters() |
protected boolean |
hasConstrainedReturnValue() |
void |
setCrossParameterDescriptor(CrossParameterDescriptor crossParameterDescriptor) |
void |
setReturnValueDescriptor(ReturnValueDescriptor returnValueDescriptor) |
addGroupConversion, addGroupMapping, getConstraintDescriptors, getElementClass, getGroupConversions, getMetaBean, getMutableConstraintDescriptors, hasConstraints, isCascaded, isValidated, mapGroup, setCascaded, setConstraintDescriptors, setValidated
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addGroupMapping, getMetaBean, mapGroup, setCascaded
protected InvocableElementDescriptor(MetaBean metaBean, Class<?> elementClass, Validation[] validations)
protected InvocableElementDescriptor(Class<?> elementClass, Validation[] validations)
public List<ParameterDescriptor> getParameterDescriptors()
getParameterDescriptors
in interface ProcedureDescriptor
List
of ParameterDescriptor
public void setReturnValueDescriptor(ReturnValueDescriptor returnValueDescriptor)
public CrossParameterDescriptor getCrossParameterDescriptor()
public void setCrossParameterDescriptor(CrossParameterDescriptor crossParameterDescriptor)
protected boolean hasConstrainedParameters()
public ReturnValueDescriptor getReturnValueDescriptor()
protected boolean hasConstrainedReturnValue()
public ElementDescriptor.ConstraintFinder findConstraints()
ElementDescriptorImpl
findConstraints
in interface ElementDescriptor
findConstraints
in class ElementDescriptorImpl
public Set<ConstraintDescriptor<?>> getConstraintDescriptors()
ElementDescriptorImpl
getConstraintDescriptors
in interface ElementDescriptor
getConstraintDescriptors
in class ElementDescriptorImpl
Copyright © 2010–2024 The Apache Software Foundation. All rights reserved.