Circe

enumeratum.values.Circe$
object Circe

Created by Lloyd on 4/14/16.

Copyright 2016

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Circe.type

Members list

Value members

Concrete methods

def decoder[ValueType : Decoder, EntryType <: ValueEnumEntry[ValueType]](e: ValueEnum[ValueType, EntryType]): Decoder[EntryType]

Returns a Decoder for the provided ValueEnum

Returns a Decoder for the provided ValueEnum

Attributes

def encoder[ValueType : Encoder, EntryType <: ValueEnumEntry[ValueType]](e: ValueEnum[ValueType, EntryType]): Encoder[EntryType]

Returns an Encoder for the provided ValueEnum

Returns an Encoder for the provided ValueEnum

Attributes

def keyDecoder[EntryType <: ValueEnumEntry[String]](e: ValueEnum[String, EntryType]): KeyDecoder[EntryType]
def keyEncoder[EntryType <: ValueEnumEntry[String]](e: ValueEnum[String, EntryType]): KeyEncoder[EntryType]