io.github.srs.config.yaml.parser
package io.github.srs.config.yaml.parser
Members list
Packages
Type members
Classlikes
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 Objecttrait Matchableclass Any
- Known subtypes
-
object given_Decoder_Booleanobject given_Decoder_Doubleobject given_Decoder_Intobject given_Decoder_Longobject given_Decoder_Policyobject given_Decoder_Stringobject given_Decoder_UUIDShow all
object Decoder
object YamlSimulationConfigParser
A parser for YAML configuration files, specifically for simulation configurations.
A parser for YAML configuration files, specifically for simulation configurations.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article