public class SdkStructuredPlainJsonFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CONTENT_TYPE_JSON_PREFIX |
private static com.fasterxml.jackson.core.JsonFactory |
JSON_FACTORY
Recommended to share JsonFactory instances per http://wiki.fasterxml
.com/JacksonBestPracticesPerformance
|
static java.util.Map<java.lang.Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> |
JSON_SCALAR_UNMARSHALLERS |
static SdkStructuredJsonFactory |
SDK_JSON_FACTORY |
Constructor and Description |
---|
SdkStructuredPlainJsonFactory() |
private static final com.fasterxml.jackson.core.JsonFactory JSON_FACTORY
private static final java.lang.String CONTENT_TYPE_JSON_PREFIX
public static final java.util.Map<java.lang.Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> JSON_SCALAR_UNMARSHALLERS
public static final SdkStructuredJsonFactory SDK_JSON_FACTORY