Commit 7990907
committed
Kotlin reflections support
1 parent d48e074 commit 7990907
28 files changed
Lines changed: 2344 additions & 32 deletions
File tree
- 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
Lines changed: 20 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 | + | |
55 | 62 | | |
56 | 63 | | |
57 | 64 | | |
| |||
87 | 94 | | |
88 | 95 | | |
89 | 96 | | |
90 | | - | |
| 97 | + | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
| |||
99 | 106 | | |
100 | 107 | | |
101 | 108 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
106 | 114 | | |
107 | 115 | | |
108 | 116 | | |
| |||
114 | 122 | | |
115 | 123 | | |
116 | 124 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
121 | 131 | | |
122 | 132 | | |
123 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
0 commit comments