Commit 760cb7b
committed
Kotlin reflections support
1 parent d48e074 commit 760cb7b
File tree
31 files changed
+2365
-36
lines changed- bytebuddy-proxy-support/src/main/java/dev/restate/bytebuddy/proxysupport
- client-kotlin
- src/main/kotlin/dev/restate/client/kotlin
- client/src/main/java/dev/restate/client
- common-kotlin
- src/main/kotlin/dev/restate/common/reflection/kotlin
- common/src/main/java/dev/restate/common
- reflections
- examples
- src/main/kotlin/my/restate/sdk/examples
- sdk-api-kotlin-gen/src/main/kotlin/dev/restate/sdk/kotlin/gen
- sdk-api-kotlin
- src/main
- kotlin/dev/restate/sdk/kotlin
- internal
- resources/META-INF/services
- sdk-api/src/main/java/dev/restate/sdk/internal
- sdk-core
- src/test/kotlin/dev/restate/sdk/core/kotlinapi
- reflections
- sdk-spring-boot-kotlin-starter
- src/test/kotlin/dev/restate/sdk/springboot/kotlin
31 files changed
+2365
-36
lines changedLines changed: 30 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
55 | 72 | | |
56 | 73 | | |
57 | 74 | | |
| |||
87 | 104 | | |
88 | 105 | | |
89 | 106 | | |
90 | | - | |
| 107 | + | |
91 | 108 | | |
92 | 109 | | |
93 | 110 | | |
| |||
99 | 116 | | |
100 | 117 | | |
101 | 118 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
106 | 124 | | |
107 | 125 | | |
108 | 126 | | |
| |||
114 | 132 | | |
115 | 133 | | |
116 | 134 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
121 | 141 | | |
122 | 142 | | |
123 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | | - | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
| 17 | + | |
12 | 18 | | |
| 19 | + | |
13 | 20 | | |
0 commit comments