public abstract class AbstractTableRow extends Object implements TableRow
TableRow.| Constructor and Description |
|---|
AbstractTableRow() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(String id,
String value)
Add a column ID to value binding.
|
protected abstract String[] |
columnIds()
Subclasses must provide the list of column IDs.
|
String |
get(String key)
Returns the value of the cell for the given column ID.
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJsonNode()
Returns this table row in the form of a JSON object.
|
public String get(String key)
TableRowpublic com.fasterxml.jackson.databind.node.ObjectNode toJsonNode()
TableRowtoJsonNode in interface TableRowprotected abstract String[] columnIds()
Copyright © 2015. All rights reserved.