YamlConfigSource

pureconfig.module.yaml.YamlConfigSource
See theYamlConfigSource companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Returns a YAML source that provides configs read from a file.

Returns a YAML source that provides configs read from a file.

Value parameters

path

the path to the file as a string

Attributes

Returns

a YAML source that provides configs read from a file.

def file(path: Path): YamlConfigSource

Returns a YAML source that provides configs read from a file.

Returns a YAML source that provides configs read from a file.

Value parameters

path

the path to the file

Attributes

Returns

a YAML source that provides configs read from a file.

def file(file: File): YamlConfigSource

Returns a YAML source that provides configs read from a file.

Returns a YAML source that provides configs read from a file.

Value parameters

file

the file

Attributes

Returns

a YAML source that provides configs read from a file.

def string(confStr: String): YamlConfigSource

Returns a YAML source that provides a config parsed from a string.

Returns a YAML source that provides a config parsed from a string.

Value parameters

confStr

the YAML content

Attributes

Returns

a YAML source that provides a config parsed from a string.