public final class MetadataKeysContainer extends Object
MetadataKeys obtained from a MetadataKeyProvider component.| Constructor and Description |
|---|
MetadataKeysContainer(Map<String,Set<MetadataKey>> keyMap) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getCategories() |
Optional<Set<MetadataKey>> |
getKeys(String categoryName)
Returns an
Optional with for a given resolver name if it is present. |
Map<String,Set<MetadataKey>> |
getKeysByCategory() |
public MetadataKeysContainer(Map<String,Set<MetadataKey>> keyMap)
public Optional<Set<MetadataKey>> getKeys(String categoryName)
categoryName - of the TypeKeysResolverOptional of Set associated to the resolverpublic Map<String,Set<MetadataKey>> getKeysByCategory()
Map with the names of the categories as keys and the Set for each category
as the associated value.Copyright © 2022 MuleSoft, Inc.. All rights reserved.