Class ConfigValueMapView

  • All Implemented Interfaces:
    Map<String,​String>

    @Experimental("Extension to the original ConfigSource to allow retrieval of additional metadata on config lookup")
    public final class ConfigValueMapView
    extends AbstractMap<String,​String>
    The ConfigValueMapView is view over a Map of String configs names and ConfigValue value.

    Use this to wrap the ConfigValue map and expose it where a Map of String name and String value is required.