FiktionEnumMetadata

class FiktionEnumMetadata<T : Enum<T>>(val type: KType, val entries: List<T>) : FiktionTypeMetadata<T>

Runtime construction metadata for an enum type.

Constructors

Link copied to clipboard
constructor(type: KType, entries: List<T>)

Properties

Link copied to clipboard
val entries: List<T>

Enum entries that can be selected during generation.

Link copied to clipboard
open override val type: KType

Type represented by this metadata.