public interface ValueConverter
Instances of this class should be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object in)
Performs a conversion from the input type to the output type.
|
ValueInfo |
getInputInfo()
Returns metadata describing the values on the input end of the
conversion.
|
ValueInfo |
getOutputInfo()
Returns metadata describing the values on the output end of the
conversion.
|
Object |
unconvert(Object out)
Performs a reverse conversion, from the output type to the input type.
|
ValueInfo getInputInfo()
ValueInfo getOutputInfo()
Object convert(Object in)
in - object of input typeObject unconvert(Object out)
out - object of output typeCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.