SerializedConfigValue

@SerialVersionUID(1L) class SerializedConfigValue() extends AbstractConfigValue with Externalizable
Companion
object
trait Externalizable
trait Serializable
class Object
trait Matchable
class Any

Value members

Constructors

def this(value: ConfigValue)
def this(conf: Config)

Methods

@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
override def writeExternal(out: ObjectOutput): Unit
Definition Classes
Externalizable
@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException]) @throws(scala.throws.$lessinit$greater$default$1[java.lang.ClassNotFoundException])
override def readExternal(in: ObjectInput): Unit
Definition Classes
Externalizable
Definition Classes
override def unwrapped: AnyRef
Definition Classes
Definition Classes
final override def toString: String
Definition Classes
override def equals(other: Any): Boolean
Definition Classes
override def hashCode: Int
Definition Classes

Inherited methods

Definition Classes
Inhertied from
AbstractConfigValue
override def atKey(key: String): SimpleConfig
Definition Classes
Inhertied from
AbstractConfigValue
override def atPath(pathExpression: String): SimpleConfig
Definition Classes
Inhertied from
AbstractConfigValue
Definition Classes
Inhertied from
AbstractConfigValue
final override def render(options: ConfigRenderOptions): String
Definition Classes
Inhertied from
AbstractConfigValue
final override def render: String
Definition Classes
Inhertied from
AbstractConfigValue
def render(sb: StringBuilder, indent: Int, atRoot: Boolean, options: ConfigRenderOptions): Unit
Inhertied from
AbstractConfigValue
@throws(scala.throws.$lessinit$greater$default$1[org.ekrich.config.impl.AbstractConfigValue.NotPossibleToResolve])
def resolveSubstitutions(context: ResolveContext, source: ResolveSource): ResolveResult[ <: AbstractConfigValue]
Called only by ResolveContext.resolve().
Value Params
context
state of the current resolve
source
where to look up values
Returns
a new value if there were changes, or this if no changes
Inhertied from
AbstractConfigValue

Inherited fields