$

@GeneratedBy(type = User::class)
object $

Properties

Link copied to clipboard
const val SLOT_AVATAR: Int = 4
Link copied to clipboard
const val SLOT_EMAIL: Int = 3
Link copied to clipboard
const val SLOT_HASHED_PASSWORD: Int = 5
Link copied to clipboard
const val SLOT_ID: Int = 0
Link copied to clipboard
const val SLOT_PHONE: Int = 2
Link copied to clipboard
const val SLOT_ROLES: Int = 6
Link copied to clipboard
const val SLOT_USERNAME: Int = 1
Link copied to clipboard
val type: ImmutableType

Functions

Link copied to clipboard
fun produce(base: User? = null, resolveImmediately: Boolean = false): User
fun produce(base: User? = null, resolveImmediately: Boolean = false, block: UserDraft.() -> Unit): User