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