UnmarshalApi

confuse.UnmarshalApi
trait UnmarshalApi extends ReaderApi

Attributes

Graph
Supertypes
trait ReaderApi
class Object
trait Matchable
class Any
Known subtypes
trait Api
object default.type

Members list

Concise view

Type members

Inherited classlikes

object Reader

Attributes

Inherited from:
ReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
trait Reader[A]

Attributes

Inherited from:
ReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def unmarshal[A](cfg: Config, path: List[String])(using reader: Reader[A]): A
def unmarshalOrExit[A](cfg: Config, path: List[String], stderr: PrintStream, exit: Int => Nothing)(using reader: Reader[A]): A