| Package | Description |
|---|---|
| org.mule.runtime.api.meta.model.declaration.fluent |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDeclaration<T extends BaseDeclaration>
Base class for a declaration object.
|
interface |
ConnectedDeclaration<T extends BaseDeclaration>
Contract interface for a
BaseDeclaration in which
it's possible to add/get ConnectionProviderDeclaration objects |
class |
Declarer<T extends BaseDeclaration>
Base class for a component which can be used to create a
BaseDeclaration |
interface |
WithConstructsDeclaration<T extends BaseDeclaration>
Contract interface for a
BaseDeclaration in which
it's possible to add/get OperationDeclaration objects |
interface |
WithFunctionsDeclaration<T extends BaseDeclaration>
Contract interface for a
BaseDeclaration in which
it's possible to add/get FunctionDeclaration objects |
interface |
WithOperationsDeclaration<T extends BaseDeclaration>
Contract interface for a
BaseDeclaration in which
it's possible to add/get OperationDeclaration objects |
interface |
WithSourcesDeclaration<T extends BaseDeclaration>
Contract interface for a
BaseDeclaration in which
it's possible to add/get SourceDeclaration objects |
| Modifier and Type | Field and Description |
|---|---|
protected T |
Declarer.declaration |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.