Companion

object Companion : NonBlankStringValueFactory<ContextId> (source)

Functions

Link copied to clipboard
operator fun invoke(value: String): Any
Link copied to clipboard
open fun of(value: String): ContextId
Link copied to clipboard
open fun parse(value: String): ContextId
Link copied to clipboard
fun random(random: Random = SecureRandom()): ContextId

Generate a random ContextId

Link copied to clipboard
fun show(value: ContextId): String
Link copied to clipboard
fun unwrap(value: ContextId): String