Class NessieClientConfigSources

java.lang.Object
org.projectnessie.client.config.NessieClientConfigSources

public final class NessieClientConfigSources extends Object
Provides functionality to retrieve configuration values from various sources, like Java properties, maps and environment variables.

Note that the current implementation does not need any additional libraries. If there is a need for advanced features like config encryption or expressions, the implementation might start using SmallRye-Config.