Package-level declarations
HOCON serialization format implementation for converting Kotlin classes from and to Lightbend config.
Types
Link copied to clipboard
Allows deserialization of Config object from popular Lightbend/config library into Kotlin objects.
Link copied to clipboard
Builder of the Hocon instance provided by Hocon
factory function.
Link copied to clipboard
Decoder used by Hocon during deserialization. This interface allows to call methods from the Lightbend/config library on the Config object to intercept default deserialization process.
Link copied to clipboard
Encoder used by Hocon during serialization. This interface allows intercepting serialization process and insertion of arbitrary ConfigValue into the output.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Creates an instance of Hocon configured from the optionally given Hocon instance and adjusted with builderAction.