public class LiquibaseSdkConfigurationValueProvider extends AbstractMapConfigurationValueProvider
| Constructor and Description |
|---|
LiquibaseSdkConfigurationValueProvider() |
| 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 |
isValueSet(Object value)
Used by
ConfigurationValueProvider.getProvidedValue(String[]) to determine if the given value is a "real" value. |
getMapHash, getProvidedValue, keyMatches, lookupProvidedValuevalidatepublic LiquibaseSdkConfigurationValueProvider()
public int getPrecedence()
ConfigurationValueProviderScopeValueProviderDeprecatedConfigurationValueProviderSystemPropertyValueProviderDefaultsFileValueProviderprotected Map<?,?> getMap()
getMap in class AbstractMapConfigurationValueProviderprotected String getSourceDescription()
getSourceDescription in class AbstractMapConfigurationValueProviderprotected boolean isValueSet(Object value)
AbstractMapConfigurationValueProviderConfigurationValueProvider.getProvidedValue(String[]) to determine if the given value is a "real" value.
This implementation returns false if value is null or if it is an empty stringisValueSet in class AbstractMapConfigurationValueProviderCopyright © 2022 Liquibase.org. All rights reserved.