public class SdkStructuredPlainJsonFactory extends Object
Modifier and Type | Field and Description |
---|---|
static Map<com.ibm.cloud.objectstorage.transform.JsonUnmarshallerContext.UnmarshallerType,com.ibm.cloud.objectstorage.transform.Unmarshaller<?,com.ibm.cloud.objectstorage.transform.JsonUnmarshallerContext>> |
JSON_CUSTOM_TYPE_UNMARSHALLERS |
static com.fasterxml.jackson.core.JsonFactory |
JSON_FACTORY
Recommended to share JsonFactory instances per http://wiki.fasterxml
.com/JacksonBestPracticesPerformance
|
static Map<Class<?>,com.ibm.cloud.objectstorage.transform.Unmarshaller<?,com.ibm.cloud.objectstorage.transform.JsonUnmarshallerContext>> |
JSON_SCALAR_UNMARSHALLERS |
static SdkStructuredJsonFactory |
SDK_JSON_FACTORY |
Constructor and Description |
---|
SdkStructuredPlainJsonFactory() |
public static final com.fasterxml.jackson.core.JsonFactory JSON_FACTORY
public static final Map<Class<?>,com.ibm.cloud.objectstorage.transform.Unmarshaller<?,com.ibm.cloud.objectstorage.transform.JsonUnmarshallerContext>> JSON_SCALAR_UNMARSHALLERS
public static final Map<com.ibm.cloud.objectstorage.transform.JsonUnmarshallerContext.UnmarshallerType,com.ibm.cloud.objectstorage.transform.Unmarshaller<?,com.ibm.cloud.objectstorage.transform.JsonUnmarshallerContext>> JSON_CUSTOM_TYPE_UNMARSHALLERS
public static final SdkStructuredJsonFactory SDK_JSON_FACTORY
Copyright © 2024. All rights reserved.