| Package | Description |
|---|---|
| org.mule.sdk.api.metadata | |
| org.mule.sdk.api.metadata.resolving |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
NullMetadataResolver.getAttributesType(MetadataContext context,
Object key)
Null implementation of
AttributesTypeResolver, used when no implementation is provided by the connector developer. |
org.mule.metadata.api.model.MetadataType |
NullMetadataResolver.getInputMetadata(MetadataContext context,
Object key)
Null implementation of
InputTypeResolver, used when no implementation is provided by the connector developer. |
Set<MetadataKey> |
NullMetadataResolver.getKeys(MetadataContext context)
Null implementation of
TypeKeysResolver, used when no implementation is provided by the connector developer. |
org.mule.metadata.api.model.MetadataType |
NullMetadataResolver.getOutputType(MetadataContext context,
Object key)
Null implementation of
OutputTypeResolver, used when no implementation is provided by the connector developer. |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
AttributesTypeResolver.getAttributesType(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType, which represents the type structure. |
org.mule.metadata.api.model.MetadataType |
AttributesStaticTypeResolver.getAttributesType(MetadataContext context,
Object key)
This method resolves the static output type for an attributes
OutputModel proxing to the
StaticResolver.getStaticMetadata() method. |
org.mule.metadata.api.model.MetadataType |
InputTypeResolver.getInputMetadata(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType which represents the type structure. |
org.mule.metadata.api.model.MetadataType |
InputStaticTypeResolver.getInputMetadata(MetadataContext context,
Object key)
This method resolves the static input type for a
ParameterModel proxing to the
StaticResolver.getStaticMetadata() method. |
Set<MetadataKey> |
TypeKeysResolver.getKeys(MetadataContext context)
|
org.mule.metadata.api.model.MetadataType |
OutputTypeResolver.getOutputType(MetadataContext context,
K key)
Given an instance of type
K, resolves their MetadataType, which represents the type structure. |
org.mule.metadata.api.model.MetadataType |
OutputStaticTypeResolver.getOutputType(MetadataContext context,
Object key)
This method resolves the static output type for a
OutputModel proxing to the
StaticResolver.getStaticMetadata() method. |
org.mule.runtime.api.metadata.MetadataKey |
PartialTypeKeysResolver.resolveChilds(MetadataContext context,
T partial)
Further resolves the of types that can be described based on a partial configuration of the Type descriptor, representing
them as a multi level
MetadataKey. |
Copyright © 2023. All rights reserved.