All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.typesafe.config.impl.MergeableValue Maven / Gradle / Ivy

package com.typesafe.config.impl;

import com.typesafe.config.ConfigMergeable;
import com.typesafe.config.ConfigValue;

interface MergeableValue extends ConfigMergeable {
    // converts a Config to its root object and a ConfigValue to itself
    ConfigValue toFallbackValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy