Uses of Class
de.gematik.test.tiger.common.config.TigerConfigurationKey
Packages that use TigerConfigurationKey
-
Uses of TigerConfigurationKey in de.gematik.test.tiger.common.config
Methods in de.gematik.test.tiger.common.config that return TigerConfigurationKeyModifier and TypeMethodDescriptionAbstractTigerConfigurationSource.getBasePath()TigerTypedConfigurationKey.getKey()TigerConfigurationKey.subtractFromBeginning(TigerConfigurationKey reference) Methods in de.gematik.test.tiger.common.config that return types with arguments of type TigerConfigurationKeyModifier and TypeMethodDescriptionstatic Map<TigerConfigurationKey,String> TigerConfigurationLoader.addYamlToMap(Object value, TigerConfigurationKey baseKeys, Map<TigerConfigurationKey, String> valueMap) abstract Map<TigerConfigurationKey,String> AbstractTigerConfigurationSource.applyTemplatesAndAddValuesToMap(List<TigerTemplateSource> loadedTemplates, Map<TigerConfigurationKey, String> loadedAndSortedProperties) BasicTigerConfigurationSource.applyTemplatesAndAddValuesToMap(List<TigerTemplateSource> loadedTemplates, Map<TigerConfigurationKey, String> loadedAndSortedProperties) TigerThreadScopedConfigurationSource.applyTemplatesAndAddValuesToMap(List<TigerTemplateSource> loadedTemplates, Map<TigerConfigurationKey, String> loadedAndSortedProperties) TigerTemplateSource.applyToAllApplicable(AbstractTigerConfigurationSource tigerConfigurationSource, Map<TigerConfigurationKey, String> finalValues) abstract Map<TigerConfigurationKey,String> AbstractTigerConfigurationSource.getValues()BasicTigerConfigurationSource.getValues()TigerThreadScopedConfigurationSource.getValues()TigerConfigurationLoader.retrieveMap()Methods in de.gematik.test.tiger.common.config with parameters of type TigerConfigurationKeyModifier and TypeMethodDescriptionstatic Map<TigerConfigurationKey,String> TigerConfigurationLoader.addYamlToMap(Object value, TigerConfigurationKey baseKeys, Map<TigerConfigurationKey, String> valueMap) BasicTigerConfigurationSource.BasicTigerConfigurationSourceBuilder.basePath(TigerConfigurationKey basePath) booleanTigerConfigurationKey.isBelow(TigerConfigurationKey reference) abstract voidAbstractTigerConfigurationSource.putValue(TigerConfigurationKey key, String value) voidBasicTigerConfigurationSource.putValue(TigerConfigurationKey key, String value) voidTigerThreadScopedConfigurationSource.putValue(TigerConfigurationKey key, String value) TigerConfigurationLoader.readStringOptional(TigerConfigurationKey key) TigerConfigurationKey.subtractFromBeginning(TigerConfigurationKey reference) Method parameters in de.gematik.test.tiger.common.config with type arguments of type TigerConfigurationKeyModifier and TypeMethodDescriptionstatic Map<TigerConfigurationKey,String> TigerConfigurationLoader.addYamlToMap(Object value, TigerConfigurationKey baseKeys, Map<TigerConfigurationKey, String> valueMap) abstract Map<TigerConfigurationKey,String> AbstractTigerConfigurationSource.applyTemplatesAndAddValuesToMap(List<TigerTemplateSource> loadedTemplates, Map<TigerConfigurationKey, String> loadedAndSortedProperties) BasicTigerConfigurationSource.applyTemplatesAndAddValuesToMap(List<TigerTemplateSource> loadedTemplates, Map<TigerConfigurationKey, String> loadedAndSortedProperties) TigerThreadScopedConfigurationSource.applyTemplatesAndAddValuesToMap(List<TigerTemplateSource> loadedTemplates, Map<TigerConfigurationKey, String> loadedAndSortedProperties) TigerTemplateSource.applyToAllApplicable(AbstractTigerConfigurationSource tigerConfigurationSource, Map<TigerConfigurationKey, String> finalValues) static voidDeprecatedKeysForbiddenUsageChecker.checkForDeprecatedKeys(Map<TigerConfigurationKey, String> valueMap) BasicTigerConfigurationSource.BasicTigerConfigurationSourceBuilder.values(Map<TigerConfigurationKey, String> values) TigerTemplateSource.TigerTemplateSourceBuilder.values(Map<TigerConfigurationKey, String> values) Constructors in de.gematik.test.tiger.common.config with parameters of type TigerConfigurationKeyModifierConstructorDescriptionAbstractTigerConfigurationSource(SourceType sourceType, TigerConfigurationKey basePath) BasicTigerConfigurationSource(SourceType sourceType, TigerConfigurationKey basePath, Map<TigerConfigurationKey, String> values) TigerConfigurationKey(TigerConfigurationKey baseKeys) TigerConfigurationKey(TigerConfigurationKey baseKey, String key) TigerTypedConfigurationKey(TigerConfigurationKey key, Class<T> type) TigerTypedConfigurationKey(TigerConfigurationKey key, Class<T> type, T defaultValue) Constructor parameters in de.gematik.test.tiger.common.config with type arguments of type TigerConfigurationKeyModifierConstructorDescriptionBasicTigerConfigurationSource(SourceType sourceType, TigerConfigurationKey basePath, Map<TigerConfigurationKey, String> values) TigerTemplateSource(String templateName, List<TigerConfigurationKeyString> targetPath, Map<TigerConfigurationKey, String> values)