io.github.srs.config.yaml.parser

Members list

Type members

Classlikes

trait Decoder[A]

A trait for decoding configuration values from a map. It provides methods to decode various types of values, such as Int, Long, Double, Boolean, String and List.

A trait for decoding configuration values from a map. It provides methods to decode various types of values, such as Int, Long, Double, Boolean, String and List.

Type parameters

A

the type of value to decode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Decoder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type

A parser for YAML configuration files, specifically for simulation configurations.

A parser for YAML configuration files, specifically for simulation configurations.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type