| Package | Description |
|---|---|
| org.mule.runtime.extension.api.introspection.declaration.fluent | |
| org.mule.runtime.extension.api.introspection.source |
| Modifier and Type | Method and Description |
|---|---|
SourceFactory |
SourceDeclaration.getSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDeclaration.setSourceFactory(SourceFactory sourceFactory) |
SourceDeclarer |
SourceDeclarer.sourceCreatedBy(SourceFactory sourceFactory)
Specifies the
SourceFactory to be used
to create Source instances. |
| Modifier and Type | Method and Description |
|---|---|
SourceFactory |
RuntimeSourceModel.getSourceFactory() |
SourceFactory |
ImmutableRuntimeSourceModel.getSourceFactory() |
| Constructor and Description |
|---|
ImmutableRuntimeSourceModel(String name,
String description,
List<ParameterModel> parameterModels,
OutputModel output,
OutputModel outputAttributes,
SourceFactory sourceFactory,
Set<ModelProperty> modelProperties,
List<InterceptorFactory> interceptorFactories,
Optional<ExceptionEnricherFactory> exceptionEnricherFactory,
MetadataResolverFactory metadataResolverFactory)
Creates a new instance
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.