Package-level declarations

Types

Link copied to clipboard
sealed interface IRegisteredTest : Test
Link copied to clipboard
@Serializable
@SerialName(value = "NewTest")
data class NewTest(val property1: String, val property2: Int, val parent: ParentTypeId?) : Test
Link copied to clipboard
typealias ParentTypeId = TestId
Link copied to clipboard
@Serializable
@SerialName(value = "RegisteredTest")
data class RegisteredTest(val id: TestId, val property1: String, val property2: Int, val parent: ParentTypeId?) : Test, IRegisteredTest
Link copied to clipboard
sealed interface Test
Link copied to clipboard
@Serializable
value class TestId(val long: Long)

Functions

Link copied to clipboard
Link copied to clipboard