public class PreResponseSerializationProxy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESPONSE_CONTEXT_KEY |
static String |
RESULT_SET_KEY |
| Constructor and Description |
|---|
PreResponseSerializationProxy(PreResponse preResponse,
com.fasterxml.jackson.databind.ObjectMapper responseContextMapper)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseContext() |
ResultSetSerializationProxy |
getResultSetSerializationProxy() |
public static final String RESULT_SET_KEY
public static final String RESPONSE_CONTEXT_KEY
public PreResponseSerializationProxy(PreResponse preResponse, com.fasterxml.jackson.databind.ObjectMapper responseContextMapper)
preResponse - PreResponse object to be serializedresponseContextMapper - ObjectMapper instance with custom configuration to preserve the typespublic ResultSetSerializationProxy getResultSetSerializationProxy()
public String getResponseContext()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.