YamlReader

wvlet.airframe.config.YamlReader$
See theYamlReader companion class
object YamlReader extends YamlReaderCompat with LogSupport

Attributes

Companion:
class
Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def bindMap[A](surface: Surface, prop: Map[AnyRef, AnyRef]): A
def loadYaml(resourcePath: String): Map[AnyRef, AnyRef]
def loadYamlList(resourcePath: String): Seq[Map[AnyRef, AnyRef]]
def loadYamlList(resourceUrl: URL): Seq[Map[AnyRef, AnyRef]]
def toMsgPack(prop: Map[AnyRef, AnyRef]): Array[Byte]

Inherited methods

inline def bind[A](prop: Map[AnyRef, AnyRef]): A

Attributes

Inherited from:
YamlReaderCompat
inline protected def debug(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline def load[A](resourcePath: String, env: String): A

Attributes

Inherited from:
YamlReaderCompat
inline def loadMapOf[A](resourcePath: String): Map[String, A]

Attributes

Inherited from:
YamlReaderCompat
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods