valueParser

confuse.parsers.StandardParsers.valueParser$
object valueParser extends Parser[Value]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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