@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DynamoDbIgnoreNulls
TableSchema.itemToMap(Object, boolean)
, a separate DynamoDB object that is
stored in the current object should ignore the attributes with null values. Note that if this annotation is absent, NULL
attributes will be created.
Example using DynamoDbIgnoreNulls
:
{@code
Copyright © 2021. All rights reserved.