| Package | Description |
|---|---|
| liquibase.command | |
| liquibase.configuration | |
| liquibase.extension.testing.testsystem |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationValueConverter<DataType> |
CommandArgumentDefinition.getValueConverter()
Function for converting values set in underlying
ConfigurationValueProviders into the
type needed for this command. |
| Modifier and Type | Method and Description |
|---|---|
CommandArgumentDefinition.Building<DataType> |
CommandArgumentDefinition.Building.setValueHandler(ConfigurationValueConverter<DataType> valueHandler)
Set the
CommandArgumentDefinition.getValueConverter() to use. |
| Modifier and Type | Field and Description |
|---|---|
static ConfigurationValueConverter<Class> |
ConfigurationValueConverter.CLASS |
static ConfigurationValueConverter<Level> |
ConfigurationValueConverter.LOG_LEVEL
Standard value -> java.util.logging.Level converter
|
static ConfigurationValueConverter<String> |
ConfigurationValueConverter.STRING |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationValueConverter<DataType> |
ConfigurationDefinition.getValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
<DataType> ConfiguredValue<DataType> |
LiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter<DataType> converter,
ConfigurationValueObfuscator<DataType> obfuscator,
ConfigurationValueProvider[] additionalValueProviders,
String... keyAndAliases)
Searches for the given keys in the current providers and applies any applicable modifiers.
|
<DataType> ConfiguredValue<DataType> |
LiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter<DataType> converter,
ConfigurationValueObfuscator<DataType> obfuscator,
String... keyAndAliases)
Convenience method for
LiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter, ConfigurationValueObfuscator, ConfigurationValueProvider[], String...)
with no additional value providers. |
ConfigurationDefinition.Building<DataType> |
ConfigurationDefinition.Building.setValueHandler(ConfigurationValueConverter<DataType> handler) |
| Constructor and Description |
|---|
ConfiguredValue(String key,
ConfigurationValueConverter<DataType> converter,
ConfigurationValueObfuscator<DataType> obfuscator) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
TestSystem.getConfiguredValue(String propertyName,
ConfigurationValueConverter<T> converter,
boolean required)
Returns the configured value for the given propertyName.
|
Copyright © 2023 Liquibase.org. All rights reserved.