io.github.srs.config.yaml.parser.Decoder
See theDecoder companion object
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
- Graph
-
- 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_UUID
Members list
In this article