Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling |
Modifier and Type | Class and Description |
---|---|
private static class |
ConversionSchemas.AbstractMarshallerSet |
(package private) static class |
ConversionSchemas.AnnotationAwareMarshallerSet |
(package private) static class |
ConversionSchemas.CachingMarshallerSet |
(package private) static class |
ConversionSchemas.V1MarshallerSet |
(package private) static class |
ConversionSchemas.V2CompatibleMarshallerSet |
(package private) static class |
ConversionSchemas.V2MarshallerSet |
Modifier and Type | Field and Description |
---|---|
private ConversionSchemas.MarshallerSet |
ConversionSchemas.StandardConversionSchema.marshallers |
private ConversionSchemas.MarshallerSet |
ConversionSchemas.StandardItemConverter.marshallerSet |
private ConversionSchemas.MarshallerSet |
ConversionSchemas.AnnotationAwareMarshallerSet.wrapped |
private ConversionSchemas.MarshallerSet |
ConversionSchemas.CachingMarshallerSet.wrapped |
Constructor and Description |
---|
AnnotationAwareMarshallerSet(ConversionSchemas.MarshallerSet wrapped) |
CachingMarshallerSet(ConversionSchemas.MarshallerSet wrapped) |
StandardConversionSchema(java.lang.String name,
ConversionSchemas.MarshallerSet marshallers,
ConversionSchemas.UnmarshallerSet unmarshallers) |
StandardItemConverter(ConversionSchemas.MarshallerSet marshallerSet,
ConversionSchemas.UnmarshallerSet unmarshallerSet,
DynamoDBMappingsRegistry registry,
S3ClientCache s3cc) |