Package-level declarations
Types
Link copied to clipboard
Reflection-based deserializer that converts a Map (from parsed YAML) into Kotlin data class instances.
Link copied to clipboard
object EnvOverrideResolver
Post-deserialization resolver that overrides data class field values with environment variables when the field is annotated with @Env.
Link copied to clipboard
object YamlReader
Thin wrapper around SnakeYAML that reads YAML content into a Map<String, Any?> suitable for consumption by the Deserializer.