public interface ConfigurationValueConverter<DataType>
ConfigurationDefinition.getCurrentConfiguredValue() to translate whatever object type a ConfigurationValueProvider is returning
into the object type the definition uses.| Modifier and Type | Method and Description |
|---|---|
DataType |
convert(Object value)
Converts an arbitrary object into the correct type.
|
DataType convert(Object value) throws IllegalArgumentException
IllegalArgumentException - if the value cannot be parsed or is an invalid value.Copyright © 2021 Liquibase.org. All rights reserved.