Parser

confuse.parsers.ParserApi.Parser
See theParser companion object
trait Parser[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ProductParser[A]
object arrParser.type
object cfgParser.type
object strParser.type
object valueParser.type

Members list

Concise view

Value members

Abstract methods

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

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