Package 

Class MapConfigSource

  • All Implemented Interfaces:
    kotlin.collections.Map , kotlin.collections.MutableMap , org.jitsi.metaconfig.ConfigSource

    
    public final class MapConfigSource
     implements ConfigSource, Map<String, Any>
                        

    A ConfigSource which allows modifying the properties after its creation.

    Useful for testing because the config source can be used by classes but its values changed later.