We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toString()
1 parent 3eaa123 commit 85388c1Copy full SHA for 85388c1
2 files changed
src/main/kotlin/fi/hsl/jore4/hastus/graphql/IJSONB.kt
@@ -2,6 +2,6 @@ package fi.hsl.jore4.hastus.graphql
2
3
// Container to get around type erasure
4
// Not declared as value class because of support from Jackson
5
-class IJSONB(
+data class IJSONB(
6
val content: Map<String, String>
7
)
src/main/kotlin/fi/hsl/jore4/hastus/graphql/UUIDList.kt
@@ -4,6 +4,6 @@ import java.util.UUID
-class UUIDList(
+data class UUIDList(
8
val content: List<UUID>
9
0 commit comments