UTF8Decoder

com.sksamuel.avro4s.decoders.UTF8Decoder
object UTF8Decoder extends Decoder[Utf8]

A Decoder for UTF8 that pattern matches on the incoming type to decode.

The schema is not used, meaning this decoder is forgiving of types that do not conform to the schema, but are nevertheless useable.

Attributes

Graph
Supertypes
trait Decoder[Utf8]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def decode(schema: Schema): Any => Utf8

Attributes

Definition Classes

Inherited methods

final def map[U](f: Utf8 => U): Decoder[U]

Attributes

Inherited from:
Decoder