You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/annotations/DynamoDbPreserveEmptyObject.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,13 @@
31
31
* <p>
32
32
* Example using {@link DynamoDbPreserveEmptyObject}:
33
33
* <pre>
34
-
* <code>
35
-
* @DynamoDbBean
34
+
* {@snippet :
35
+
* @DynamoDbBean
36
36
* public class NestedBean {
37
37
* private AbstractBean innerBean1;
38
38
* private AbstractBean innerBean2;
39
39
*
40
-
* @DynamoDbPreserveEmptyObject
40
+
* @DynamoDbPreserveEmptyObject
41
41
* public AbstractBean getInnerBean1() {
42
42
* return innerBean1;
43
43
* }
@@ -69,7 +69,7 @@
69
69
*
70
70
* // innerBean2 w/o @DynamoDbPreserveEmptyObject is mapped to null.
0 commit comments