T - the target typepublic interface TableEntryTransformer<T>
T
A table entry consists of the cells of a row paired with the header cells.
| Modifier and Type | Method and Description |
|---|---|
T |
transform(Map<String,String> entry)
Transforms a table entry to in instance of
T. |
Copyright © 2018. All rights reserved.