E
- The type of object that this transformer will emitpublic interface TdbTransformer<E>
Modifier and Type | Method and Description |
---|---|
E |
transform(java.lang.Object o)
Transform the incoming object to the specialized type of the interface
|
E transform(java.lang.Object o)
o
- The object to transform