arrParser

confuse.parsers.StandardParsers.arrParser$
object arrParser extends Parser[Arr]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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