public final class TableUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
generateAnnotObjectNode(TableModel tm)
Generates a JSON object node from the annotations of the given table model.
|
static com.fasterxml.jackson.databind.node.ArrayNode |
generateRowArrayNode(TableModel tm)
Generates a JSON array node from the rows of the given table model.
|
public static com.fasterxml.jackson.databind.node.ArrayNode generateRowArrayNode(TableModel tm)
tm
- the table modelpublic static com.fasterxml.jackson.databind.node.ObjectNode generateAnnotObjectNode(TableModel tm)
tm
- the table model