| Package | Description |
|---|---|
| org.mule.sdk.api.metadata | |
| org.mule.sdk.api.metadata.resolving |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetadataKey
Default immutable implementation for the
MetadataKey. |
| Modifier and Type | Method and Description |
|---|---|
MetadataKey |
MetadataKeyBuilder.build()
Builds a new instance of
MetadataKey. |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataKey> |
MetadataKey.getChilds() |
Set<MetadataKey> |
DefaultMetadataKey.getChilds() |
Set<MetadataKey> |
NullMetadataResolver.getKeys(MetadataContext context)
Null implementation of
TypeKeysResolver, used when no implementation is provided by the connector developer. |
| Modifier and Type | Method and Description |
|---|---|
MetadataKeyBuilder |
MetadataKeyBuilder.withChild(MetadataKey metadataKey)
Adds a new
MetadataKey child to the MetadataKey that is being built. |
| Constructor and Description |
|---|
DefaultMetadataKey(String id,
String displayName,
Set<MetadataProperty> properties,
Set<MetadataKey> childs,
String partName) |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataKey> |
TypeKeysResolver.getKeys(MetadataContext context)
|
Copyright © 2020. All rights reserved.