class Decoder extends MutableSchemaBasedValueBuilder[Any, DecoderContext]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decoder
- MutableSchemaBasedValueBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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(classOf[java.lang.CloneNotSupportedException]) @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 createFallback(context: DecoderContext, schema: Schema.Fallback[_, _], value: Fallback[Any, 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 decode[A](schema: Schema[A]): Either[DecodeError, A]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): 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[_ <: AnyRef]
- 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()
- 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 startCreatingFallback(context: DecoderContext, schema: Schema.Fallback[_, _]): Fallback[DecoderContext, DecoderContext]
- 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): ReadingFieldResult[DecoderContext]
- Attributes
- protected
- Definition Classes
- Decoder → MutableSchemaBasedValueBuilder
- def startReadingRightFallback(context: DecoderContext, schema: Schema.Fallback[_, _]): DecoderContext
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()