| 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 |
AbstractEnumMarshaller<T extends Enum<T>>
Generic marshaller for enumerations.
|
class |
JsonMarshaller<T>
A simple JSON marshaller that uses the Jackson JSON processor.
|
| Constructor and Description |
|---|
CustomMarshaller(Class<? extends DynamoDBMarshaller<?>> marshallerClass) |
| Constructor and Description |
|---|
CustomUnmarshaller(Class<?> targetClass,
Class<? extends DynamoDBMarshaller<?>> unmarshallerClass) |
Copyright © 2016. All rights reserved.