public class FlowCommandArgumentValueProvider extends AbstractMapConfigurationValueProvider
| Constructor and Description |
|---|
FlowCommandArgumentValueProvider(Map<String,Object> args) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<?,?> |
getMap() |
int |
getPrecedence()
Returns the precedence of values returned by this provider.
|
protected String |
getSourceDescription() |
protected boolean |
keyMatches(String wantedKey,
String storedKey)
Used by
ConfigurationValueProvider.getProvidedValue(String[]) to determine of a given map entry matches the wanted key. |
getMapHash, getProvidedValue, isValueSet, lookupProvidedValuevalidatepublic int getPrecedence()
ConfigurationValueProviderScopeValueProviderDeprecatedConfigurationValueProviderSystemPropertyValueProviderDefaultsFileValueProviderprotected Map<?,?> getMap()
getMap in class AbstractMapConfigurationValueProviderprotected String getSourceDescription()
getSourceDescription in class AbstractMapConfigurationValueProviderprotected boolean keyMatches(String wantedKey, String storedKey)
AbstractMapConfigurationValueProviderConfigurationValueProvider.getProvidedValue(String[]) to determine of a given map entry matches the wanted key.
This implementation compares the values case-insensitively, and will replace camelCase words with kabob-casekeyMatches in class AbstractMapConfigurationValueProviderwantedKey - the configuration key requestedstoredKey - the key stored in the mapCopyright © 2023 Liquibase.org. All rights reserved.