Package liquibase.configuration
Class ConfigurationValueUtils
- java.lang.Object
-
- liquibase.configuration.ConfigurationValueUtils
-
public class ConfigurationValueUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurationValueUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
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
-
-
-
Method Detail
-
convertDataType
public static <T> T 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- Parameters:
key
- The name of the argumentvalue
- The argument valueconverter
- The converter method- Returns:
-
-