Class ConfigValueConfigSource.ConfigValueMapStringView

java.lang.Object
java.util.AbstractMap<String,ConfigValue>
io.smallrye.config.ConfigValueConfigSource.ConfigValueMapStringView
All Implemented Interfaces:
Map<String,ConfigValue>
Enclosing interface:
ConfigValueConfigSource

public static final class ConfigValueConfigSource.ConfigValueMapStringView extends AbstractMap<String,ConfigValue>
The ConfigValueConfigSource.ConfigValueMapStringView is a view over a Map of String configs names and String values.

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