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