public interface AttributeHandler
Modifier and Type | Method and Description |
---|---|
String |
toAttributeValue(Object o)
Converts an object to an attribute value.
|
Object |
toPropertyValue(String s)
Converts a string to a property value.
|
String toAttributeValue(Object o)
o
- the object.Object toPropertyValue(String s)
s
- the string.