Class OutputUtil
- java.lang.Object
-
- org.keycloak.client.admin.cli.util.OutputUtil
-
public class OutputUtil extends Object
- Author:
- Marko Strukelj
-
-
Field Summary
Fields Modifier and Type Field Description static com.fasterxml.jackson.databind.ObjectMapperMAPPER
-
Constructor Summary
Constructors Constructor Description OutputUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNodeconvertToJsonNode(Object object)static voidprintAsCsv(Object object, ReturnFields fields, boolean unquoted)
-
-
-
Method Detail
-
convertToJsonNode
public static com.fasterxml.jackson.databind.JsonNode convertToJsonNode(Object object) throws IOException
- Throws:
IOException
-
printAsCsv
public static void printAsCsv(Object object, ReturnFields fields, boolean unquoted) throws IOException
- Throws:
IOException
-
-