Annotation Type DynamoDbIgnoreNulls
-
@Target(METHOD) @Retention(RUNTIME) public @interface DynamoDbIgnoreNulls
Specifies that when callingTableSchema.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
: {@snippet :