| Package | Description |
|---|---|
| org.mule.runtime.extension.api.introspection.declaration.fluent | |
| org.mule.runtime.extension.api.introspection.declaration.fluent.util |
| Modifier and Type | Method and Description |
|---|---|
ParameterDeclaration |
ParameterDeclarer.getDeclaration()
Gets the declaration object for this descriptor
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDeclaration> |
ParameterizedInterceptableDeclaration.getParameters() |
List<ParameterDeclaration> |
ParameterizedDeclaration.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
T |
ParameterizedInterceptableDeclaration.addParameter(ParameterDeclaration parameter)
Adds a
ParameterDeclaration |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclarationWalker.onParameter(ParameterizedInterceptableDeclaration owner,
ParameterDeclaration declaration)
Invoked when an
ParameterDeclaration is found in the
traversed extensionDeclaration |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.