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: codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/DocumentShapeDeserVisitor.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@
41
41
/**
42
42
* Visitor to generate deserialization functions for shapes in protocol document bodies.
43
43
*
44
-
* Visitor methods for aggregate types are final and will generate functions that dispatch
45
-
* their loading from the body to the matching abstract method.
44
+
* Visitor methods for aggregate types except maps and collections are final and will
45
+
* generate functions that dispatch their loading from the body to the matching abstract method.
46
46
*
47
47
* Visitor methods for all other types will default to not generating deserialization
48
48
* functions. This may be overwritten by downstream implementations if the protocol requires
@@ -472,7 +472,7 @@ public final Void documentShape(DocumentShape shape) {
Copy file name to clipboardExpand all lines: codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpBindingProtocolGenerator.java
Copy file name to clipboardExpand all lines: codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpProtocolGeneratorUtils.java
Copy file name to clipboardExpand all lines: codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/integration/HttpRpcProtocolGenerator.java
0 commit comments