EnumMappings

class EnumMappings<T : Enum<T>>(mappings: Map<T, String>, defaults: List<T> = emptyList()) : Elicitation.Metadata<List<T>, MoshiNode> (source)

Constructors

Link copied to clipboard
constructor(mappings: Map<T, String>, defaults: List<T> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: MoshiNode

Functions

Link copied to clipboard
open override fun toString(): String