Uses of Interface
liquibase.configuration.ConfigurationValueConverter
Package
Description
-
Uses of ConfigurationValueConverter in liquibase.command
Modifier and TypeMethodDescriptionCommandArgumentDefinition.Building.setValueHandler
(ConfigurationValueConverter<DataType> valueHandler) Set the#getValueConverter()
to use. -
Uses of ConfigurationValueConverter in liquibase.configuration
Modifier and TypeFieldDescriptionstatic final ConfigurationValueConverter<Class>
ConfigurationValueConverter.CLASS
static final ConfigurationValueConverter<Level>
ConfigurationValueConverter.LOG_LEVEL
Standard value -> java.util.logging.Level converterstatic final ConfigurationValueConverter<String>
ConfigurationValueConverter.STRING
Modifier and TypeMethodDescriptionstatic <T> T
ConfigurationValueUtils.convertDataType
(String key, T value, ConfigurationValueConverter<T> converter) Call the convert method with the argument key in the current scope so that it can be used in an error message<DataType> ConfiguredValue<DataType>
LiquibaseConfiguration.getCurrentConfiguredValue
(ConfigurationValueConverter<DataType> converter, ConfigurationValueObfuscator<DataType> obfuscator, String... keyAndAliases) Convenience method forLiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter, ConfigurationValueObfuscator, ConfigurationValueProvider[], String...)
with no additional value providers.<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.ConfigurationDefinition.Building.setValueHandler
(ConfigurationValueConverter<DataType> handler) ModifierConstructorDescriptionprotected
ConfiguredValue
(String key, ConfigurationValueConverter<DataType> converter, ConfigurationValueObfuscator<DataType> obfuscator) -
Uses of ConfigurationValueConverter in liquibase.extension.testing.testsystem
Modifier and TypeMethodDescription<T> T
TestSystem.getConfiguredValue
(String propertyName, ConfigurationValueConverter<T> converter, boolean required) Returns the configured value for the given propertyName.