public interface ValueConverter
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toAttributeValue(java.lang.Object o)
Converts an object to an attribute value.
|
java.lang.Object |
toPropertyValue(java.lang.String s)
Converts a string to a property value.
|
java.lang.String toAttributeValue(java.lang.Object o)
throws BeanException
o - the object.BeanException - if there was an error during the conversion.java.lang.Object toPropertyValue(java.lang.String s)
throws BeanException
s - the string.BeanException - if there was an error during the conversion.