Uses of Interface
ratpack.config.EnvironmentParser
-
Packages that use EnvironmentParser Package Description ratpack.config Provides the ability to access configuration data from a variety of sources, such as YAML, JSON, properties files, system properties, and environment variables.ratpack.core.server Objects used to start a ratpack application. -
-
Uses of EnvironmentParser in ratpack.config
Methods in ratpack.config with parameters of type EnvironmentParser Modifier and Type Method Description ConfigDataBuilder
ConfigDataBuilder. env(EnvironmentParser environmentParser)
Adds a configuration source for environment variables using custom parsing logic. -
Uses of EnvironmentParser in ratpack.core.server
Methods in ratpack.core.server with parameters of type EnvironmentParser Modifier and Type Method Description ServerConfigBuilder
ServerConfigBuilder. env(EnvironmentParser environmentParser)
Adds a configuration source for environment variables using custom parsing logic.
-