Tegral Config
Tegral Config is an extension library that adds extra features on top of Hoplite.
Tegral Config aims to supplement the "data class" model of defining configuration files by implementing Hoplite decoders for custom classes. You can use such decoders in your own projects, although Tegral Config does not provide the necessary SPI "auto-registration" of decoders: you will need to add them manually to the ConfigLoaderBuilder
object via addDecoder(...)
.
Package information
Package name | Catalog dependency | Full Gradle name |
---|---|---|
tegral-config-core | tegralLibs.config.core | guru.zoroark.tegral:tegral-config-core:VERSION |