| Package | Description |
|---|---|
| org.mule.tooling.client.api.metadata |
| Modifier and Type | Method and Description |
|---|---|
Set<MetadataKey> |
MetadataKey.getChilds() |
Optional<MetadataKey> |
MetadataAttributes.getKey()
Provides the
MetadataKey associated (if any) to the resolution of the component's metadata. |
Optional<Set<MetadataKey>> |
MetadataKeysContainer.getKeys(String categoryName)
Returns an
Optional with for a given resolver name if it is present. |
Map<String,Set<MetadataKey>> |
MetadataKeysContainer.getKeysByCategory() |
| Constructor and Description |
|---|
MetadataAttributes(MetadataKey key,
String category,
Map<String,String> parameters,
String outputResolver,
String attributesResolver) |
| Constructor and Description |
|---|
MetadataKey(String id,
String displayName,
Set<MetadataKey> childs,
String partName) |
MetadataKeysContainer(Map<String,Set<MetadataKey>> keyMap) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.