public class ProvidedValue extends Object
Constructor and Description |
---|
ProvidedValue(String requestedKey,
String actualKey,
Object value,
String sourceDescription,
ConfigurationValueProvider provider) |
Modifier and Type | Method and Description |
---|---|
String |
describe() |
String |
getActualKey()
The actual key/source for the value.
|
ConfigurationValueProvider |
getProvider()
The provider for this value
|
String |
getRequestedKey()
The configuration key the code asked the provider for.
|
String |
getSourceDescription()
A description of where the value came from.
|
Object |
getValue()
The value found by the provider.
|
public ProvidedValue(String requestedKey, String actualKey, Object value, String sourceDescription, ConfigurationValueProvider provider)
public Object getValue()
public String getRequestedKey()
getActualKey()
if the provider does fuzzy matching such as case-insensitive lookups or . -> _ conversions etc.public String getActualKey()
getRequestedKey()
if the provider does fuzzy matching such as case-insensitive lookups or . -> _ conversions etc.public String getSourceDescription()
public ConfigurationValueProvider getProvider()
public String describe()
Copyright © 2023 Liquibase.org. All rights reserved.