ConfigCodec

machinespir.it.jig.ConfigCodec
See theConfigCodec companion object
trait ConfigCodec[A]

Typeclass that combines both reading and writing capabilities for a type A.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ConfigCodecImpl[A]

Members list

Value members

Abstract methods

Concrete methods

def read(config: ConfigValue, path: List[ConfigPath]): ReadResult[A]
def write(a: A, includeComments: Boolean): ConfigValue