Packages

class Encoder extends MutableSchemaBasedValueProcessor[Unit, Context]

Linear Supertypes
MutableSchemaBasedValueProcessor[Unit, Context], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Encoder
  2. MutableSchemaBasedValueProcessor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Encoder()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def contextForEither(context: Context, e: Either[Unit, Unit]): Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  7. def contextForEnumConstructor(context: Context, index: Int, c: Case[_, _]): Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  8. def contextForMap(context: Context, schema: Map[_, _], index: Int): Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  9. def contextForOption(context: Context, o: Option[Unit]): Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  10. def contextForRecordField(context: Context, index: Int, field: Field[_, _]): Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  11. def contextForSequence(context: Context, schema: Sequence[_, _, _], index: Int): Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  12. def contextForSet(context: Context, schema: Set[_], index: Int): Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  13. def contextForTuple(context: Context, index: Int): Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def fail(context: Context, message: String): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val initialContext: Context
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def process[A](schema: Schema[A], value: A): Unit
    Definition Classes
    MutableSchemaBasedValueProcessor
  26. def processDictionary(context: Context, schema: Map[_, _], value: Chunk[(Unit, Unit)]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  27. def processDynamic(context: Context, value: DynamicValue): Option[Unit]
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  28. def processEither(context: Context, schema: Either[_, _], value: Either[Unit, Unit]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  29. def processEnum(context: Context, schema: Enum[_], tuple: (String, Unit)): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  30. def processOption(context: Context, schema: Optional[_], value: Option[Unit]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  31. def processPrimitive(context: Context, value: Any, typ: StandardType[Any]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  32. def processRecord(context: Context, schema: Record[_], value: ListMap[String, Unit]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  33. def processSequence(context: Context, schema: Sequence[_, _, _], value: Chunk[Unit]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  34. def processSet(context: Context, schema: Set[_], value: Set[Unit]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  35. def processTuple(context: Context, schema: Tuple2[_, _], left: Unit, right: Unit): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  36. def startProcessingDictionary(context: Context, schema: Map[_, _], size: Int): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  37. def startProcessingEither(context: Context, schema: Either[_, _]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  38. def startProcessingEnum(context: Context, schema: Enum[_]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  39. def startProcessingOption(context: Context, schema: Optional[_]): Unit
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  40. def startProcessingRecord(context: Context, schema: Record[_]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  41. def startProcessingSequence(context: Context, schema: Sequence[_, _, _], size: Int): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  42. def startProcessingSet(context: Context, schema: Set[_], size: Int): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  43. def startProcessingTuple(context: Context, schema: Tuple2[_, _]): Unit
    Attributes
    protected
    Definition Classes
    Encoder → MutableSchemaBasedValueProcessor
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from MutableSchemaBasedValueProcessor[Unit, Context]

Inherited from AnyRef

Inherited from Any

Ungrouped