| Modifier and Type | Method and Description |
|---|---|
Feature<Action<String>> |
ToolingRuntimeClient.Builder.withTargetRuntimeVersion()
If supported by the
ToolingRuntimeClient implementation it will return a Consumer >
to set the target version of Mule Runtime that defines the language version, model and DSL. |
| Modifier and Type | Method and Description |
|---|---|
Feature<ResourceLoader> |
ToolingArtifact.getResourceLoader()
Provides a
ResourceLoader that supports to access resources inside the artifact with the same class loading filtering
rules that Mule Runtime has. |
| Modifier and Type | Method and Description |
|---|---|
Feature<Boolean> |
ComponentResolutionScope.keyEnrichment() |
| Modifier and Type | Method and Description |
|---|---|
Feature<Optional<ClassValueModel>> |
DisplayTypeAnnotation.getClassValueModel() |
| Modifier and Type | Method and Description |
|---|---|
Feature<Boolean> |
ExternalLibraryModel.allowsDeclarationAsAdditionalDependency() |
Feature<Optional<ClassValueModel>> |
DisplayModel.getClassValueModel() |
Feature<DeprecationModel> |
ExtensionModel.getDeprecationModel() |
Feature<Boolean> |
ErrorModel.getHandleable() |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ConfigurationModel.getDeprecationModel() |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ConnectionProviderModel.getDeprecationModel() |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ConstructModel.getDeprecationModel() |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
FunctionModel.getDeprecationModel() |
| Modifier and Type | Method and Description |
|---|---|
Feature<String> |
MetadataKeyIdModel.getCategoryName() |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
OperationModel.getDeprecationModel() |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
ParameterModel.getDeprecationModel() |
| Modifier and Type | Method and Description |
|---|---|
Feature<DeprecationModel> |
SourceModel.getDeprecationModel() |
Feature<Boolean> |
SourceModel.getRunsOnPrimaryNodeOnly() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Feature<T> |
Feature.disabled() |
static <T> Feature<T> |
Feature.enabled(T value) |
| Modifier and Type | Method and Description |
|---|---|
Feature<Action<Location>> |
MetadataService.disposeMetadataCache()
If supported by the
ToolingRuntimeClient implementation it will return a Feature
to do the dispose of Metadata cache on Mule Runtime side for the given location. |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.