public class LoadViewResponseParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static LoadViewResponse |
fromJson(com.fasterxml.jackson.databind.JsonNode json) |
static LoadViewResponse |
fromJson(java.lang.String json) |
static java.lang.String |
toJson(LoadViewResponse response) |
static java.lang.String |
toJson(LoadViewResponse response,
boolean pretty) |
static void |
toJson(LoadViewResponse response,
com.fasterxml.jackson.core.JsonGenerator gen) |
public static java.lang.String toJson(LoadViewResponse response)
public static java.lang.String toJson(LoadViewResponse response, boolean pretty)
public static void toJson(LoadViewResponse response, com.fasterxml.jackson.core.JsonGenerator gen) throws java.io.IOException
java.io.IOException
public static LoadViewResponse fromJson(java.lang.String json)
public static LoadViewResponse fromJson(com.fasterxml.jackson.databind.JsonNode json)