T - type of converted objectpublic interface Converter<T> extends SquirrelComponent
| Modifier and Type | Method and Description |
|---|---|
T |
convertFromString(String name)
Convert string to object.
|
String |
convertToString(T obj)
Convert object to string.
|
Copyright © 2013–2016. All rights reserved.