SimpleConfigObject

@SerialVersionUID(2L) final class SimpleConfigObject(_origin: ConfigOrigin, val value: Map[String, AbstractConfigValue], val status: ResolveStatus, val ignoresFallbacks: Boolean) extends AbstractConfigObject with Serializable
Companion
object
trait Serializable
trait Container
trait Map[String, ConfigValue]
class Object
trait Matchable
class Any

Value members

Constructors

def this(_origin: ConfigOrigin, value: Map[String, AbstractConfigValue])

Methods

override def withOnlyKey(key: String): SimpleConfigObject
Definition Classes
override def withoutKey(key: String): SimpleConfigObject
Definition Classes
Definition Classes
override def withOnlyPath(path: Path): SimpleConfigObject
Definition Classes
override def withoutPath(path: Path): SimpleConfigObject
Definition Classes
override def withValue(key: String, v: ConfigValue): SimpleConfigObject
Definition Classes
override def withValue(path: Path, v: ConfigValue): SimpleConfigObject
Definition Classes
Definition Classes
override def newCopy(newStatus: ResolveStatus, newOrigin: ConfigOrigin): SimpleConfigObject
Definition Classes
Definition Classes
Definition Classes
override def hasDescendant(descendant: AbstractConfigValue): Boolean
Definition Classes
override def unwrapped: Map[String, AnyRef]
Definition Classes
@throws(scala.throws.$lessinit$greater$default$1[org.ekrich.config.impl.AbstractConfigValue.NotPossibleToResolve])
override def resolveSubstitutions(context: ResolveContext, source: ResolveSource): ResolveResult[ <: AbstractConfigObject]
override def render(sb: StringBuilder, indentVal: Int, atRoot: Boolean, options: ConfigRenderOptions): Unit
override def get(key: Any): AbstractConfigValue
Definition Classes
override def canEqual(other: Any): Boolean
Definition Classes
override def equals(other: Any): Boolean
Definition Classes
Map -> AbstractConfigValue -> Any
override def hashCode: Int
Definition Classes
Map -> AbstractConfigValue -> Any
override def containsKey(key: Any): Boolean
Definition Classes
Map
override def keySet: Set[String]
Definition Classes
Map
override def containsValue(v: Any): Boolean
Definition Classes
Map
override def entrySet: Set[Entry[String, ConfigValue]]
Definition Classes
Map
override def isEmpty: Boolean
Definition Classes
Map
override def size: Int
Definition Classes
Map
override def values: HashSet[ConfigValue]
Definition Classes
Map

Fields

val value: Map[String, AbstractConfigValue]
override val ignoresFallbacks: Boolean

Inherited methods

def merge(x$0: K, x$1: V, x$2: BiFunction[ >: V <: <FromJavaObject>, >: V <: <FromJavaObject>, <: V]): V
Inhertied from
Map
def putIfAbsent(x$0: K, x$1: V): V
Inhertied from
Map
override def put(arg0: String, arg1: ConfigValue): ConfigValue
Definition Classes
Inhertied from
AbstractConfigObject
override def remove(arg0: Any): ConfigValue
Definition Classes
Inhertied from
AbstractConfigObject
def remove(x$0: <FromJavaObject>, x$1: <FromJavaObject>): Boolean
Inhertied from
Map
Definition Classes
Inhertied from
AbstractConfigObject
override def clear(): Unit
Definition Classes
Inhertied from
AbstractConfigObject
override def toConfig: SimpleConfig
Definition Classes
Inhertied from
AbstractConfigObject
override def atPath(pathExpression: String): SimpleConfig
Definition Classes
Inhertied from
AbstractConfigValue
def replaceAll(x$0: BiFunction[ >: K <: <FromJavaObject>, >: V <: <FromJavaObject>, <: V]): Unit
Inhertied from
Map
override def toString: String
Definition Classes
Inhertied from
AbstractConfigValue
def compute(x$0: K, x$1: BiFunction[ >: K <: <FromJavaObject>, >: V <: <FromJavaObject>, <: V]): V
Inhertied from
Map
Definition Classes
Inhertied from
AbstractConfigValue
def forEach(x$0: BiConsumer[ >: K <: <FromJavaObject>, >: V <: <FromJavaObject>]): Unit
Inhertied from
Map
final override def render(options: ConfigRenderOptions): String
Definition Classes
Inhertied from
AbstractConfigValue
final override def render: String
Definition Classes
Inhertied from
AbstractConfigValue
def computeIfPresent(x$0: K, x$1: BiFunction[ >: K <: <FromJavaObject>, >: V <: <FromJavaObject>, <: V]): V
Inhertied from
Map
def getOrDefault(x$0: <FromJavaObject>, x$1: V): V
Inhertied from
Map
def replace(x$0: K, x$1: V): V
Inhertied from
Map
def replace(x$0: K, x$1: V, x$2: V): Boolean
Inhertied from
Map
override def atKey(key: String): SimpleConfig
Definition Classes
Inhertied from
AbstractConfigValue
override def putAll(arg0: Map[ <: String, <: ConfigValue]): Unit
Definition Classes
Inhertied from
AbstractConfigObject
def computeIfAbsent(x$0: K, x$1: Function[ >: K <: <FromJavaObject>, <: V]): V
Inhertied from
Map