public interface ValueConverter
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(String input)
Converts a string value to its Java object representation
|
Object convert(String input) throws ConverterException
input - ConverterExceptionCopyright © 2016 Jared Wiltshire. All rights reserved.