T
- the operation type that should be converted topublic interface OperationConverter<T>
Modifier and Type | Method and Description |
---|---|
T |
convert(java.lang.Object source)
Convert an arbitrary object
|
T convert(java.lang.Object source)
source
- the object to convert