public class OutputUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
| Constructor and Description |
|---|
OutputUtil() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
convertToJsonNode(Object object) |
static void |
printAsCsv(Object object,
ReturnFields fields,
boolean unquoted) |
public static com.fasterxml.jackson.databind.JsonNode convertToJsonNode(Object object) throws IOException
IOExceptionpublic static void printAsCsv(Object object, ReturnFields fields, boolean unquoted) throws IOException
IOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.