public interface MetadataKeysContainer
MetadataKeys obtained from a MetadataKeyProvider component.| Modifier and Type | Method and Description |
|---|---|
Optional<Set<MetadataKey>> |
getKeys(String resolverName)
Returns an
Optional wuth Set for a given resolver name if it is present. |
Set<String> |
getResolvers() |
Optional<Set<MetadataKey>> getKeys(String resolverName)
Optional wuth Set for a given resolver name if it is present.
Optional.empty() otherwise.resolverName - Class.getSimpleName() or alias of the MetadataKeysResolver classOptional of Set associated to the resolverSet<String> getResolvers()
Set with the Class.getSimpleName() or alias of the resolversCopyright © 2016 MuleSoft, Inc.. All rights reserved.