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-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/ShapeValueGenerator.kt
+62-30Lines changed: 62 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -25,24 +25,44 @@ class ShapeValueGenerator(
25
25
) {
26
26
27
27
/**
28
-
* Writes generation of a shape value type declaration for the given the parameters.
28
+
* Renders a shape value declaration for the given parameters inline
29
+
* with the current writer.
29
30
*
30
31
* @param writer writer to write generated code with.
31
32
* @param shape the shape that will be declared.
32
33
* @param params parameters to fill the generated shape declaration.
Copy file name to clipboardExpand all lines: codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/protocol/HttpProtocolUnitTestRequestGenerator.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ open class HttpProtocolUnitTestRequestGenerator protected constructor(builder: B
Copy file name to clipboardExpand all lines: codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/rendering/protocol/HttpProtocolUnitTestResponseGenerator.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ open class HttpProtocolUnitTestResponseGenerator protected constructor(builder:
Copy file name to clipboardExpand all lines: codegen/smithy-kotlin-codegen/src/main/resources/META-INF/services/software.amazon.smithy.kotlin.codegen.integration.KotlinIntegration
0 commit comments