public interface ValueConverter
| Modifier and Type | Method and Description |
|---|---|
Object |
convertToObject(String value,
ConvertContext context)
Converts a String to an Object.
|
String |
convertToString(Object value,
ConvertContext context)
Converts a value object to a String.
|
String convertToString(Object value, ConvertContext context)
value - The value object to convert.context - The context of the value object.Object convertToObject(String value, ConvertContext context)
value - The String to convert.context - The context of the value object.Copyright © 2006–2020 Esito AS. All rights reserved.