DecoderDefinition

org.latestbit.circe.adt.codec.JsonTaggedAdt$.DecoderDefinition
See theDecoderDefinition companion object

Defines decoding implementation using encoded json object, a tag value, and field name

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Default.type

Members list

Value members

Abstract methods

def decodeTaggedJsonObject(cursor: HCursor, typeFieldName: String): Result[(String, HCursor)]