public class SdkStructuredPlainJsonFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static Map<JsonUnmarshallerContext.UnmarshallerType,Unmarshaller<?,JsonUnmarshallerContext>> | JSON_CUSTOM_TYPE_UNMARSHALLERS | 
| static com.fasterxml.jackson.core.JsonFactory | JSON_FACTORYRecommended to share JsonFactory instances per http://wiki.fasterxml
 .com/JacksonBestPracticesPerformance | 
| static Map<Class<?>,Unmarshaller<?,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<?>,Unmarshaller<?,JsonUnmarshallerContext>> JSON_SCALAR_UNMARSHALLERS
public static final Map<JsonUnmarshallerContext.UnmarshallerType,Unmarshaller<?,JsonUnmarshallerContext>> JSON_CUSTOM_TYPE_UNMARSHALLERS
public static final SdkStructuredJsonFactory SDK_JSON_FACTORY
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.