class Decoder extends MutableSchemaBasedValueBuilder[Any, DecoderContext]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoder
- MutableSchemaBasedValueBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
create[A](schema: Schema[A]): Any
- Definition Classes
- MutableSchemaBasedValueBuilder
-
def
createDictionary(context: DecoderContext, schema: Map[_, _], values: Chunk[(Any, Any)]): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createDynamic(context: DecoderContext): Option[Any]
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createEither(context: DecoderContext, schema: Either[_, _], value: Either[Any, Any]): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createEnum(context: DecoderContext, cases: Chunk[Case[_, _]], index: Int, value: Any): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createOptional(context: DecoderContext, schema: Optional[_], value: Option[Any]): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createPrimitive(context: DecoderContext, typ: StandardType[_]): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createRecord(context: DecoderContext, record: Record[_], values: Chunk[(Int, Any)]): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createSequence(context: DecoderContext, schema: Sequence[_, _, _], values: Chunk[Any]): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createSet(context: DecoderContext, schema: Set[_], values: Chunk[Any]): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
createTuple(context: DecoderContext, schema: Tuple2[_, _], left: Any, right: Any): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
- def decodeBigInteger: PrimitiveDecoder[BigInteger]
- def decodeBinary: PrimitiveDecoder[Chunk[Byte]]
- def decodeBoolean: PrimitiveDecoder[Boolean]
- def decodeByte: PrimitiveDecoder[Byte]
- def decodeDouble: PrimitiveDecoder[Double]
- def decodeFloat: PrimitiveDecoder[Float]
- def decodeInt: PrimitiveDecoder[Int]
- def decodeLong: PrimitiveDecoder[Long]
- def decodePrimitive[A](f: (TProtocol) ⇒ A, name: String): PrimitiveDecoder[A]
- def decodeShort: PrimitiveDecoder[Short]
- def decodeString: PrimitiveDecoder[String]
- def decodeUUID: PrimitiveDecoder[UUID]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fail(context: DecoderContext, message: String): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
finishedCreatingOneDictionaryElement(context: DecoderContext, schema: Map[_, _], index: Int): Boolean
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
finishedCreatingOneSequenceElement(context: DecoderContext, schema: Sequence[_, _, _], index: Int): Boolean
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
finishedCreatingOneSetElement(context: DecoderContext, schema: Set[_], index: Int): Boolean
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
initialContext: DecoderContext
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val p: TBinaryProtocol
- val read: Read
-
def
startCreatingDictionary(context: DecoderContext, schema: Map[_, _]): Option[DecoderContext]
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingEither(context: DecoderContext, schema: Either[_, _]): Either[DecoderContext, DecoderContext]
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingEnum(context: DecoderContext, cases: Chunk[Case[_, _]]): (DecoderContext, Int)
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingOneDictionaryElement(context: DecoderContext, schema: Map[_, _]): DecoderContext
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingOneDictionaryValue(context: DecoderContext, schema: Map[_, _]): DecoderContext
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingOneSequenceElement(context: DecoderContext, schema: Sequence[_, _, _]): DecoderContext
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingOneSetElement(context: DecoderContext, schema: Set[_]): DecoderContext
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingOptional(context: DecoderContext, schema: Optional[_]): Option[DecoderContext]
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingRecord(context: DecoderContext, record: Record[_]): DecoderContext
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingSequence(context: DecoderContext, schema: Sequence[_, _, _]): Option[DecoderContext]
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingSet(context: DecoderContext, schema: Set[_]): Option[DecoderContext]
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startCreatingTuple(context: DecoderContext, schema: Tuple2[_, _]): DecoderContext
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startReadingField(context: DecoderContext, record: Record[_], index: Int): Option[(DecoderContext, Int)]
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
def
startReadingSecondTupleElement(context: DecoderContext, schema: Tuple2[_, _]): DecoderContext
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
transform(context: DecoderContext, value: Any, f: (Any) ⇒ Either[String, Any], schema: Schema[_]): Any
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()