YAMLParser

object YAMLParser

The parser of configuration file in YAML format.

class Object
trait Matchable
class Any

Type members

Classlikes

trait Component
trait Interface extends Provider with Component
trait Provider

Extensions

Extensions

extension (original: Any)
def to[E]: E

Method to convert the value of the YAML parsing to configuration values.

Method to convert the value of the YAML parsing to configuration values.

extension [A, B](parameters: Map[A, B])
def has(key: A): Boolean

Method that allows a better clarity in the source code.

Method that allows a better clarity in the source code.