public interface ConfigHandler
ConfigHolder
to add additional custom handling to your config files.
handle(Config)
is called after Configuration loads all fields
annotated with Config.| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<com.typesafe.config.Config> |
handle(com.typesafe.config.Config config)
This method allows you to do custom handling on your config files.
|
java.util.Optional<com.typesafe.config.Config> handle(com.typesafe.config.Config config)
Configuration loads all fields
annotated with Config.config - The config object, which is actually immutable,
and any setter call creates a new instance with the change.