| Package | Description |
|---|---|
| org.mule.runtime.module.extension.internal.config.dsl | |
| org.mule.runtime.module.extension.internal.config.dsl.object |
| Modifier and Type | Method and Description |
|---|---|
static <M extends org.mule.metadata.api.model.MetadataType,T> |
ExtensionParsingUtils.locateParsingDelegate(List<? extends ParsingDelegate<M,T>> delegatesList,
M metadataType) |
| Modifier and Type | Method and Description |
|---|---|
static <M extends org.mule.metadata.api.model.MetadataType,T> |
ExtensionParsingUtils.locateParsingDelegate(List<? extends ParsingDelegate<M,T>> delegatesList,
M metadataType) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ObjectParsingDelegate
Specialization of
ParsingDelegate that only accepts instances represented by a ObjectType and produces
instances of instances of AttributeDefinition.Builder |
interface |
ValueResolverParsingDelegate
Specialization of
ParsingDelegate that always produces instances of ValueResolver |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectParsingDelegate
|
class |
FixedTypeParsingDelegate
A
ObjectParsingDelegate which only parses ObjectType which represent one specific java type. |
class |
SchedulingStrategyParsingDelegate
A
ObjectParsingDelegate which only parses ObjectType which represent one specific java type. |
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.