Class AppConfigBuilder

java.lang.Object
de.poiu.coat.CoatConfigBuilder
de.poiu.coat.example.AppConfigBuilder

@Generated(value="de.poiu.coat.processor.codegeneration.CoatBuilderGenerator", date="2024-04-05T21:38:52.453832912+02:00") public class AppConfigBuilder extends de.poiu.coat.CoatConfigBuilder
Builder class for creating new AppConfig instances.

Create the builder by calling create(). Then call the add and/or addEnvVars methods for specifying the config sources (and the order in which they are applied), then call build() to create the AppConfig.