AbstractConfigObject

Companion
object
trait Container
trait Map[String, ConfigValue]
class Object
trait Matchable
class Any

Value members

Methods

override def toConfig: SimpleConfig
Definition Classes
override def withOnlyKey(key: String): AbstractConfigObject
Definition Classes
override def withoutKey(key: String): AbstractConfigObject
Definition Classes
override def withValue(key: String, value: ConfigValue): AbstractConfigObject
Definition Classes
Definition Classes
Definition Classes
override def resolveSubstitutions(context: ResolveContext, source: ResolveSource): ResolveResult[ <: AbstractConfigObject]
Definition Classes
override def relativized(prefix: Path): AbstractConfigObject
Definition Classes
override def get(key: Any): AbstractConfigValue
Definition Classes
override def render(sb: StringBuilder, indent: Int, atRoot: Boolean, options: ConfigRenderOptions): Unit
Definition Classes
override def clear(): Unit
Definition Classes
Map
override def put(arg0: String, arg1: ConfigValue): ConfigValue
Definition Classes
Map
override def putAll(arg0: Map[ <: String, <: ConfigValue]): Unit
Definition Classes
Map
override def remove(arg0: Any): ConfigValue
Definition Classes
Map

Inherited methods

def values(): Collection[V]
Inhertied from
Map
def containsKey(x$0: <FromJavaObject>): Boolean
Inhertied from
Map
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
def keySet(): Set[K]
Inhertied from
Map
def remove(x$0: <FromJavaObject>, x$1: <FromJavaObject>): Boolean
Inhertied from
Map
Replace a child of this value. CAUTION if replacement is null, delete the
child, which may also delete the parent, or make the parent into a
non-container.
Inhertied from
Container
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 isEmpty(): Boolean
Inhertied from
Map
def compute(x$0: K, x$1: BiFunction[ >: K <: <FromJavaObject>, >: V <: <FromJavaObject>, <: V]): V
Inhertied from
Map
Definition Classes
Inhertied from
AbstractConfigValue
def entrySet(): Set[Entry[K, V]]
Inhertied from
Map
def forEach(x$0: BiConsumer[ >: K <: <FromJavaObject>, >: V <: <FromJavaObject>]): Unit
Inhertied from
Map
def hasDescendant(descendant: AbstractConfigValue): Boolean
Super-expensive full traversal to see if descendant is anywhere
underneath this container.
Inhertied from
Container
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 containsValue(x$0: <FromJavaObject>): Boolean
Inhertied from
Map
override def hashCode: Int
Definition Classes
Inhertied from
AbstractConfigValue
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 unwrapped: Map[String, AnyRef]
Recursively unwraps the object, returning a map from String to whatever
plain Java values are unwrapped from the object's values.
Returns
a java.util.Map containing plain Java objects
Definition Classes
Inhertied from
ConfigObject
override def atKey(key: String): SimpleConfig
Definition Classes
Inhertied from
AbstractConfigValue
def computeIfAbsent(x$0: K, x$1: Function[ >: K <: <FromJavaObject>, <: V]): V
Inhertied from
Map
def size(): Int
Inhertied from
Map
override def equals(other: Any): Boolean
Definition Classes
Inhertied from
AbstractConfigValue