strParser

confuse.parsers.StandardParsers.strParser$
object strParser extends Parser[Str]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

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