YamlReader

object YamlReader extends YamlReaderCompat with LogSupport
Companion:
class
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class Object
trait Matchable
class Any

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
Inherited from:
YamlReaderCompat
inline protected def debug(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def info(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit
Inherited from:
LoggingMethods
inline def load[A](resourcePath: String, env: String): A
Inherited from:
YamlReaderCompat
inline def loadMapOf[A](resourcePath: String): Map[String, A]
Inherited from:
YamlReaderCompat
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def trace(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit
Inherited from:
LoggingMethods
inline protected def warn(inline message: Any, inline cause: Throwable): Unit
Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit
Inherited from:
LoggingMethods