Uses of Enum Class
de.gematik.test.tiger.common.config.ConfigurationValuePrecedence
Packages that use ConfigurationValuePrecedence
-
Uses of ConfigurationValuePrecedence in de.gematik.test.tiger.common.config
Fields in de.gematik.test.tiger.common.config declared as ConfigurationValuePrecedenceModifier and TypeFieldDescriptionprotected final ConfigurationValuePrecedenceTigerConfigurationSource.precedenceMethods in de.gematik.test.tiger.common.config that return ConfigurationValuePrecedenceModifier and TypeMethodDescriptionTigerConfigurationSource.getPrecedence()static ConfigurationValuePrecedenceReturns the enum constant of this class with the specified name.static ConfigurationValuePrecedence[]ConfigurationValuePrecedence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.test.tiger.common.config that return types with arguments of type ConfigurationValuePrecedenceModifier and TypeMethodDescriptionstatic Map<String,org.apache.commons.lang3.tuple.Pair<ConfigurationValuePrecedence, String>> TigerGlobalConfiguration.exportConfiguration()Methods in de.gematik.test.tiger.common.config with parameters of type ConfigurationValuePrecedenceModifier and TypeMethodDescriptionTigerConfigurationSource.TigerConfigurationSourceBuilder.precedence(ConfigurationValuePrecedence precedence) voidTigerConfigurationLoader.putValue(TigerConfigurationKey key, Object value, ConfigurationValuePrecedence precedence) voidTigerConfigurationLoader.putValue(String key, Object value, ConfigurationValuePrecedence precedence) static voidTigerGlobalConfiguration.putValue(String key, Object value, ConfigurationValuePrecedence precedence) static voidTigerGlobalConfiguration.putValue(String key, String value, ConfigurationValuePrecedence precedence) voidTigerTypedConfigurationKey.putValue(T value, ConfigurationValuePrecedence precedence) voidTigerConfigurationLoader.readConfigurationFile(String yamlSource, ConfigurationValuePrecedence precedence, ConfigurationFileType configurationFileType, String... baseKeys) static voidTigerGlobalConfiguration.readConfigurationFile(String yamlSource, ConfigurationValuePrecedence precedence, ConfigurationFileType fileType, String... baseKeys) voidTigerConfigurationLoader.readFromYaml(String yamlSource, ConfigurationValuePrecedence precedence, String... baseKeys) static voidTigerGlobalConfiguration.readFromYaml(String yamlSource, ConfigurationValuePrecedence precedence, String... baseKeys) Constructors in de.gematik.test.tiger.common.config with parameters of type ConfigurationValuePrecedenceModifierConstructorDescriptionTigerConfigurationSource(ConfigurationValuePrecedence precedence, TigerConfigurationLoader configurationLoader) TigerConfigurationSource(ConfigurationValuePrecedence precedence, Map<TigerConfigurationKey, String> values, TigerConfigurationLoader configurationLoader)