| Package | Description |
|---|---|
| org.mule.extension.introspection | |
| org.mule.extension.introspection.declaration | |
| org.mule.extension.introspection.declaration.fluent |
| Modifier and Type | Method and Description |
|---|---|
Extension |
ExtensionFactory.createFrom(Descriptor descriptor)
Creates a
Extension from the given Descriptor |
Extension |
ExtensionFactory.createFrom(Descriptor descriptor,
DescribingContext describingContext)
|
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
Describer.describe()
Describes the extension as a
Descriptor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HasCapabilities<T extends Descriptor>
A contract interface for an object capable of registering capabilities
in behalf of a
Descriptor |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationDescriptor
A
Descriptor which allows configuring a ConfigurationDeclaration
through a fluent API |
class |
DeclarationDescriptor
A
Descriptor which allows configuring a Declaration
through a fluent API |
class |
OperationDescriptor
A
Descriptor which allows configuring a OperationDeclaration
through a fluent API |
class |
OptionalParameterDescriptor
A specialization of
ParameterDescriptor for optional parameters. |
class |
ParameterDescriptor<T extends ParameterDescriptor>
A
Descriptor which allows configuring a ParameterDeclaration
through a fluent API |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.