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
- 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
-
def
addToArray(array: Any, pos: Long, e: Any): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
-
def
addToMap(map: Any, key: Any, value: Any): 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( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
convert(datum: Any, schema: Schema, type: LogicalType, conversion: Conversion[_]): 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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
findStringClass(schema: Schema): Class[_]
- Definition Classes
- StringForcingDatumReader → GenericDatumReader
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
newArray(old: Any, size: Int, schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
-
def
newInstanceFromString(c: Class[_], s: String): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
-
def
newMap(old: Any, size: Int): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
peekArray(array: Any): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
-
def
read(old: Any, 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: Any, expected: Schema, in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readBytes(old: Any, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readBytes(old: Any, 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: Any, field: Field, oldDatum: Any, in: ResolvingDecoder, state: Any): Unit
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readFixed(old: Any, expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readInt(old: Any, expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readMap(old: Any, expected: Schema, in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readMapKey(old: Any, expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readRecord(old: Any, expected: Schema, in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readString(old: Any, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readString(old: Any, expected: Schema, in: Decoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readWithConversion(old: Any, expected: Schema, logicalType: LogicalType, conversion: Conversion[_], in: ResolvingDecoder): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
readWithoutConversion(old: Any, 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
createFixed(old: Any, bytes: Array[Byte], schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
createFixed(old: Any, schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.
-
def
newRecord(old: Any, schema: Schema): AnyRef
- Attributes
- protected[generic]
- Definition Classes
- GenericDatumReader
- Annotations
- @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.