ConfigCodecImpl

machinespir.it.jig.ConfigCodec.ConfigCodecImpl
class ConfigCodecImpl[A](val reader: ConfigReader[A], val writer: ConfigWriter[A]) extends ConfigCodec[A]

Attributes

Graph
Supertypes
trait ConfigCodec[A]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def read(config: ConfigValue, path: List[ConfigPath]): ReadResult[A]

Attributes

Inherited from:
ConfigCodec
def write(a: A, includeComments: Boolean): ConfigValue

Attributes

Inherited from:
ConfigCodec

Concrete fields