public class OptionalParameterDescriptor extends ParameterDescriptor<OptionalParameterDescriptor>
ParameterDescriptor for optional parameters.
It allows adding properties that only apply to optional parameters| Modifier and Type | Method and Description |
|---|---|
OptionalParameterDescriptor |
defaultingTo(Object defaultValue)
Adds a default value for the parameter
|
describedAs, getDeclaration, getRootDeclaration, ofType, ofType, whichIsDynamic, whichIsStatic, with, withCapability, withConfig, withOperationpublic OptionalParameterDescriptor defaultingTo(Object defaultValue)
defaultValue - a default valueCopyright © 2015 MuleSoft, Inc.. All rights reserved.