trait StringForcingDatumReader[T] extends GenericDatumReader[T]
- Self Type
- StringForcingDatumReader[T] with GenericDatumReader[T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringForcingDatumReader
- GenericDatumReader
- DatumReader
- 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
- def addToArray(array: AnyRef, pos: Long, e: AnyRef): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- def addToMap(map: AnyRef, key: AnyRef, value: AnyRef): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def convert(datum: AnyRef, schema: Schema, type: LogicalType, conversion: Conversion[_ <: AnyRef]): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- def createBytes(value: Array[Byte]): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- def createEnum(symbol: String, schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- def createString(value: String): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findStringClass(schema: Schema): Class[_]
- Definition Classes
- StringForcingDatumReader → GenericDatumReader
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getData(): GenericData
- Definition Classes
- GenericDatumReader
- def getExpected(): Schema
- Definition Classes
- GenericDatumReader
- final def getResolver(actual: Schema, expected: Schema): ResolvingDecoder
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def getSchema(): Schema
- Definition Classes
- GenericDatumReader
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newArray(old: AnyRef, size: Int, schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- def newInstanceFromString(c: Class[_ <: AnyRef], s: String): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- def newMap(old: AnyRef, size: Int): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def peekArray(array: AnyRef): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- def read(old: AnyRef, expected: Schema, in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def read(reuse: T, in: Decoder): T
- Definition Classes
- GenericDatumReader → DatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readArray(old: AnyRef, expected: Schema, in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readBytes(old: AnyRef, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readBytes(old: AnyRef, s: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readEnum(expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readField(record: AnyRef, field: Field, oldDatum: AnyRef, in: ResolvingDecoder, state: AnyRef): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readFixed(old: AnyRef, expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readInt(old: AnyRef, expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readMap(old: AnyRef, expected: Schema, in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readMapKey(old: AnyRef, expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readRecord(old: AnyRef, expected: Schema, in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readString(old: AnyRef, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readString(old: AnyRef, expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readWithConversion(old: AnyRef, expected: Schema, logicalType: LogicalType, conversion: Conversion[_ <: AnyRef], in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def readWithoutConversion(old: AnyRef, expected: Schema, in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws(classOf[java.io.IOException])
- def setExpected(reader: Schema): Unit
- Definition Classes
- GenericDatumReader
- def setSchema(writer: Schema): Unit
- Definition Classes
- GenericDatumReader → DatumReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def createFixed(old: AnyRef, bytes: Array[Byte], schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @Deprecated
- Deprecated
- def createFixed(old: AnyRef, schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @Deprecated
- Deprecated
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def newRecord(old: AnyRef, schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @Deprecated
- Deprecated