Uses of Interface
liquibase.configuration.ConfigurationValueConverter
Packages that use ConfigurationValueConverter
Package
Description
-
Uses of ConfigurationValueConverter in liquibase.command
Methods in liquibase.command with parameters of type ConfigurationValueConverterModifier and TypeMethodDescriptionCommandArgumentDefinition.Building.setValueHandler
(ConfigurationValueConverter<DataType> valueHandler) Set the#getValueConverter()
to use. -
Uses of ConfigurationValueConverter in liquibase.configuration
Fields in liquibase.configuration declared as ConfigurationValueConverterModifier 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
Methods in liquibase.configuration that return ConfigurationValueConverterMethods in liquibase.configuration with parameters of type ConfigurationValueConverterModifier 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) Constructors in liquibase.configuration with parameters of type ConfigurationValueConverterModifierConstructorDescriptionprotected
ConfiguredValue
(String key, ConfigurationValueConverter<DataType> converter, ConfigurationValueObfuscator<DataType> obfuscator) -
Uses of ConfigurationValueConverter in liquibase.extension.testing.testsystem
Methods in liquibase.extension.testing.testsystem with parameters of type ConfigurationValueConverterModifier and TypeMethodDescription<T> T
TestSystem.getConfiguredValue
(String propertyName, ConfigurationValueConverter<T> converter, boolean required) Returns the configured value for the given propertyName.