MappableEnum

interface MappableEnum<W : Any>

Enums opt into mapping by implementing this interface; the processor maps via wireValue, never ordinal or name. W is the wire type (String or Int).

Properties

Link copied to clipboard
abstract val wireValue: W