Package liquibase.configuration
Class ConfigurationValueUtils
java.lang.Object
liquibase.configuration.ConfigurationValueUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <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
-
Constructor Details
-
ConfigurationValueUtils
public ConfigurationValueUtils()
-
-
Method Details
-
convertDataType
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:
-