Package-level declarations

Types

Link copied to clipboard
interface IRegisteredTest : Test
Link copied to clipboard
@Serializable
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
data class RegisteredTest(val id: TestId, val property1: String, val property2: Int, val parent: ParentTypeId?) : Test, IRegisteredTest
Link copied to clipboard
interface Test
Link copied to clipboard
@Serializable
value class TestId(val long: Long)

Functions

Link copied to clipboard
Link copied to clipboard