Decoder

abstract class Decoder<P : ApiKey.Property>(source)

An abstraction for transforming a property's encoding value to its Property type.

Constructors

Link copied to clipboard
protected constructor()

Functions

Link copied to clipboard
abstract fun decode(encoding: String): P