Class

org.apache.avro.io

NoWrappingJsonEncoder

Related Doc: package io

Permalink

class NoWrappingJsonEncoder extends JsonEncoder

Linear Supertypes
JsonEncoder, ActionHandler, ParsingEncoder, Encoder, Flushable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NoWrappingJsonEncoder
  2. JsonEncoder
  3. ActionHandler
  4. ParsingEncoder
  5. Encoder
  6. Flushable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NoWrappingJsonEncoder(sc: Schema, out: JsonGenerator)

    Permalink
  2. new NoWrappingJsonEncoder(sc: Schema, out: OutputStream, pretty: Boolean)

    Permalink
  3. new NoWrappingJsonEncoder(sc: Schema, out: OutputStream)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def configure(arg0: OutputStream): JsonEncoder

    Permalink
    Definition Classes
    JsonEncoder
    Annotations
    @throws( classOf[java.io.IOException] )
  7. final def depth(): Int

    Permalink
    Attributes
    protected[org.apache.avro.io]
    Definition Classes
    ParsingEncoder
  8. def doAction(arg0: Symbol, arg1: Symbol): Symbol

    Permalink
    Definition Classes
    JsonEncoder → ActionHandler
    Annotations
    @throws( classOf[java.io.IOException] )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def flush(): Unit

    Permalink
    Definition Classes
    JsonEncoder → Flushable
    Annotations
    @throws( classOf[java.io.IOException] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def pop(): Unit

    Permalink
    Attributes
    protected[org.apache.avro.io]
    Definition Classes
    ParsingEncoder
  19. final def push(): Unit

    Permalink
    Attributes
    protected[org.apache.avro.io]
    Definition Classes
    ParsingEncoder
  20. def setItemCount(arg0: Long): Unit

    Permalink
    Definition Classes
    ParsingEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  21. def startItem(): Unit

    Permalink
    Definition Classes
    JsonEncoder → ParsingEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def writeArrayEnd(): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def writeArrayStart(): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  29. def writeBoolean(arg0: Boolean): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  30. def writeBytes(arg0: Array[Byte], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def writeBytes(arg0: ByteBuffer): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def writeBytes(arg0: Array[Byte]): Unit

    Permalink
    Definition Classes
    Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def writeDouble(arg0: Double): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def writeEnum(arg0: Int): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def writeFixed(arg0: Array[Byte], arg1: Int, arg2: Int): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def writeFixed(arg0: ByteBuffer): Unit

    Permalink
    Definition Classes
    Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def writeFixed(arg0: Array[Byte]): Unit

    Permalink
    Definition Classes
    Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def writeFloat(arg0: Float): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def writeIndex(unionIndex: Int): Unit

    Permalink
    Definition Classes
    NoWrappingJsonEncoder → JsonEncoder → Encoder
  40. def writeInt(arg0: Int): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def writeLong(arg0: Long): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def writeMapEnd(): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def writeMapStart(): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  44. def writeNull(): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def writeString(arg0: String): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def writeString(arg0: Utf8): Unit

    Permalink
    Definition Classes
    JsonEncoder → Encoder
    Annotations
    @throws( classOf[java.io.IOException] )
  47. def writeString(arg0: CharSequence): Unit

    Permalink
    Definition Classes
    Encoder
    Annotations
    @throws( classOf[java.io.IOException] )

Deprecated Value Members

  1. def configure(arg0: JsonGenerator): JsonEncoder

    Permalink
    Definition Classes
    JsonEncoder
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from JsonEncoder

Inherited from ActionHandler

Inherited from ParsingEncoder

Inherited from Encoder

Inherited from Flushable

Inherited from AnyRef

Inherited from Any

Ungrouped