EnumMapping

class EnumMapping<T : Enum<T>>(mappings: Map<T, String>, default: T? = null) : Elicitation.Metadata<T, MoshiNode> (source)

Constructors

Link copied to clipboard
constructor(mappings: Map<T, String>, default: T? = null)

Properties

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

Functions

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