| Package | Description |
|---|---|
| liquibase.command | |
| liquibase.configuration |
| 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 | Method and Description |
|---|---|
ConfigurationValueConverter<DataType> |
ConfigurationDefinition.getValueConverter() |
| Modifier and Type | Method and Description |
|---|---|
<DataType> ConfiguredValue<DataType> |
LiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter<DataType> converter,
ConfigurationValueObfuscator<DataType> obfuscator,
String... keyAndAliases)
Searches for the given keys in the current providers.
|
ConfigurationDefinition.Building<DataType> |
ConfigurationDefinition.Building.setValueHandler(ConfigurationValueConverter<DataType> handler) |
| Constructor and Description |
|---|
ConfiguredValue(String key,
ConfigurationValueConverter<DataType> converter,
ConfigurationValueObfuscator<DataType> obfuscator) |
Copyright © 2021 Liquibase.org. All rights reserved.