cfgParser

confuse.parsers.StandardParsers.cfgParser$
object cfgParser extends Parser[Config]

Attributes

Graph
Supertypes
trait Parser[Config]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def parse(value: Value, path: Path): Result[Config]

Parse a config value into its scala type.

Parse a config value into its scala type.

Attributes

path

The configuration path of the value (for error messages only)

value

The value to parse