Decoder

org.hungerford.generic.schema.product.translation.Decoder
trait Decoder[T, InformedBy, Encoded]()

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def decode(value: Encoded, informedBy: InformedBy): T