Decoder

zio.schema.codec.ThriftCodec$.Decoder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def decodeBinary: () => Chunk[Byte]
def decodeByte: () => Byte
def decodeDouble: () => Double
def decodeFloat: () => Float
def decodeInt: () => Int
def decodeLong: () => Long
def decodePrimitive[A](f: TProtocol => A, name: String): () => A
def decodeShort: () => Short
def decodeString: () => String
def decodeUUID: () => UUID

Inherited methods

def create[A](schema: Schema[A]): Target

Create a value of type A with the provided schema using this builder

Create a value of type A with the provided schema using this builder

Attributes

Inherited from:
throwCreateValueFromSchemaError.apply[Context](contextStack.head,reason) } result.get }">MutableSchemaBasedValueBuilder

Concrete fields

val read: Read