ConfigFactoryWrapper

pureconfig.backend.ConfigFactoryWrapper

A wrapper of com.typesafe.config.ConfigFactory whose methods return scala.Either instead of throwing exceptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def defaultApplication(): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.defaultApplication()

def defaultOverrides(): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.defaultOverrides()

def defaultReference(): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.defaultReference()

Attributes

See also

com.typesafe.config.ConfigFactory.invalidateCaches()

def load(): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.load()

def load(conf: Config): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.load(Config)

def loadFile(path: Path): Result[Config]

Utility methods that parse a file and then calls ConfigFactory.load

Utility methods that parse a file and then calls ConfigFactory.load

Attributes

def parseFile(file: File): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.parseFile()

def parseFile(path: Path): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.parseFile()

def parseResources(resource: String, classLoader: ClassLoader): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.parseResources()

def parseString(s: String): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.parseString()

def parseURL(url: URL): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.parseURL()

def systemProperties(): Result[Config]

Attributes

See also

com.typesafe.config.ConfigFactory.systemProperties()