FiktionSealedMetadata

class FiktionSealedMetadata<T>(val type: KType, val subtypes: List<KType>) : FiktionTypeMetadata<T>

Runtime construction metadata for a sealed type.

Constructors

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

Properties

Link copied to clipboard

Concrete subtypes that can be selected during generation.

Link copied to clipboard
open override val type: KType

Type represented by this metadata.