Class ConfigValueConfigSource.ConfigValueMapView

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

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

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