ConfigLoader

play.api.ConfigLoader
See theConfigLoader companion object
trait ConfigLoader[A]

A config loader

Attributes

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

Members list

Value members

Abstract methods

def load(config: Config, path: String): A
Implicitly added by mapLoader
def load(config: Config, path: String): A
Implicitly added by optionLoader
def load(config: Config, path: String): A

Concrete methods

def map[B](f: A => B): ConfigLoader[B]
Implicitly added by mapLoader
def map[B](f: A => B): ConfigLoader[B]
Implicitly added by optionLoader
def map[B](f: A => B): ConfigLoader[B]