All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.configuration.ConfigurationValueHandler Maven / Gradle / Ivy

The newest version!
package liquibase.configuration;

/**
 * @deprecated
 */
public interface ConfigurationValueHandler {
    Object convert(Object value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy