Class TigerTypedConfigurationKey<T>
java.lang.Object
de.gematik.test.tiger.common.config.TigerTypedConfigurationKey<T>
- Type Parameters:
T-
Ease-of-use solution to retrieve configuration values from the TigerGlobalConfiguration. This object bundles key, type and default value,
allowing to centralize all the information associated with a configuration key.
-
Constructor Summary
ConstructorsConstructorDescriptionTigerTypedConfigurationKey(TigerConfigurationKey key, Class<T> type) TigerTypedConfigurationKey(TigerConfigurationKey key, Class<T> type, T defaultValue) TigerTypedConfigurationKey(String key, Class<T> type) TigerTypedConfigurationKey(String key, Class<T> type, T defaultValue) -
Method Summary
-
Constructor Details
-
TigerTypedConfigurationKey
-
TigerTypedConfigurationKey
-
TigerTypedConfigurationKey
-
TigerTypedConfigurationKey
-
-
Method Details
-
getValue
-
getValueWithoutResolving
-
getValueOrDefault
-
putValue
-
getKey
-