| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.datamodeling | |
| com.amazonaws.services.dynamodbv2.datamodeling.marshallers |
Standard implementations of
ArgumentMarshaller. |
| com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers |
Standard implementations of
ArgumentUnmarshaller. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonMarshaller<T>
Simple JSON marshaller that uses Jackson mapper.
|
| Constructor and Description |
|---|
CustomMarshaller(Class<? extends DynamoDBMarshaller<?>> marshallerClass) |
| Constructor and Description |
|---|
CustomUnmarshaller(Class<?> targetClass,
Class<? extends DynamoDBMarshaller<?>> unmarshallerClass) |
Copyright © 2015. All rights reserved.