We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c430da5 commit 19768acCopy full SHA for 19768ac
services-custom/dynamodb-enhanced/README.md
@@ -734,8 +734,7 @@ private static final StaticTableSchema<Customer> CUSTOMER_TABLE_SCHEMA =
734
.addAttribute(String.class, a -> a.name("name")
735
.getter(Customer::getName)
736
.setter(Customer::setName))
737
- // Because we are flattening a Map object, we supply a getter and setter so the
738
- // mapper knows how to access it
+ // Because we are flattening a Map object, we supply a getter and setter so the mapper knows how to access it
739
.flattenMap(Customer::getDetailsMap, Customer::setDetailsMap)
740
.build();
741
```
0 commit comments