public interface TypeConversionHandler
| Modifier and Type | Method and Description |
|---|---|
String[] |
getTypes()
Returns the types that this handler is responsible for.
|
Object |
toObject(String s)
Converts the string (from stream) into corresponding object.
|
String |
toString(Object o)
Converts an object into its string representation.
|
Copyright © 2014. All rights reserved.