| Package | Description |
|---|---|
| org.mule.devkit.api.metadata | |
| org.mule.devkit.internal.metadata |
| Modifier and Type | Field and Description |
|---|---|
protected List<ComposedMetaDataKey> |
ComposedMetaDataKeyBuilder.keys |
| Modifier and Type | Method and Description |
|---|---|
List<ComposedMetaDataKey> |
ComposedMetaDataKeyBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ComposedMetaDataKeyBuilder |
ComposedMetaDataKeyBuilder.endKeyCombination(List<ComposedMetaDataKey> keys) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComposedMetaDataKey
MetaDataKey default implementation. |
| Modifier and Type | Method and Description |
|---|---|
static ComposedMetaDataKey |
InternalComposedMetaDataKeyBuilder.fromSimpleKey(org.mule.common.metadata.MetaDataKey defaultKey,
String separator) |
static ComposedMetaDataKey |
InternalComposedMetaDataKeyBuilder.newKey() |
static ComposedMetaDataKey |
InternalComposedMetaDataKeyBuilder.newKey(String separator) |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.common.metadata.MetaDataKey |
InternalComposedMetaDataKeyBuilder.toSimpleKey(ComposedMetaDataKey composedKey,
String keySeparator) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.mule.common.metadata.MetaDataKey> |
InternalComposedMetaDataKeyBuilder.toSimpleKey(List<ComposedMetaDataKey> composedKeys,
String keySeparator) |
static List<org.mule.common.metadata.MetaDataKey> |
MetaDataGeneratorUtils.toSimpleKeyWithCategory(List<ComposedMetaDataKey> metadataKeys,
String keySeparator,
String category) |
| Constructor and Description |
|---|
DefaultComposedMetaDataKey(ComposedMetaDataKey origin)
Copy constructor.
|
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.