Class

com.sksamuel.avro4s

DefaultAwareDatumReader

Related Doc: package avro4s

Permalink

class DefaultAwareDatumReader[T] extends GenericDatumReader[T]

Linear Supertypes
GenericDatumReader[T], DatumReader[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultAwareDatumReader
  2. GenericDatumReader
  3. DatumReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultAwareDatumReader(writer: Schema, reader: Schema, data: GenericData)

    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. def addToArray(arg0: Any, arg1: Long, arg2: Any): Unit

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  5. def addToMap(arg0: Any, arg1: Any, arg2: Any): Unit

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def convert(arg0: Any, arg1: Schema, arg2: LogicalType, arg3: Conversion[_]): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  9. def createBytes(arg0: Array[Byte]): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  10. def createEnum(arg0: String, arg1: Schema): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  11. def createString(arg0: String): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def findStringClass(arg0: Schema): Class

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getData(): GenericData

    Permalink
    Definition Classes
    GenericDatumReader
  18. def getExpected(): Schema

    Permalink
    Definition Classes
    GenericDatumReader
  19. final def getResolver(arg0: Schema, arg1: Schema): ResolvingDecoder

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  20. def getSchema(): Schema

    Permalink
    Definition Classes
    GenericDatumReader
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  24. def newArray(arg0: Any, arg1: Int, arg2: Schema): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  25. def newInstanceFromString(arg0: Class, arg1: String): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  26. def newMap(arg0: Any, arg1: Int): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def peekArray(arg0: Any): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  30. def read(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def read(arg0: T, arg1: Decoder): T

    Permalink
    Definition Classes
    GenericDatumReader → DatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def readArray(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def readBytes(arg0: Any, arg1: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def readBytes(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def readEnum(arg0: Schema, arg1: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def readField(r: Any, f: Field, oldDatum: Any, in: ResolvingDecoder, state: Any): Unit

    Permalink
    Definition Classes
    DefaultAwareDatumReader → GenericDatumReader
  37. def readFixed(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def readInt(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  39. def readMap(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def readMapKey(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def readRecord(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def readString(arg0: Any, arg1: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def readString(arg0: Any, arg1: Schema, arg2: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  44. def readWithConversion(arg0: Any, arg1: Schema, arg2: LogicalType, arg3: Conversion[_], arg4: ResolvingDecoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def readWithoutConversion(arg0: Any, arg1: Schema, arg2: ResolvingDecoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def setExpected(arg0: Schema): Unit

    Permalink
    Definition Classes
    GenericDatumReader
  47. def setSchema(arg0: Schema): Unit

    Permalink
    Definition Classes
    GenericDatumReader → DatumReader
  48. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  50. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def createFixed(arg0: Any, arg1: Array[Byte], arg2: Schema): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def createFixed(arg0: Any, arg1: Schema): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def newRecord(arg0: Any, arg1: Schema): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from GenericDatumReader[T]

Inherited from DatumReader[T]

Inherited from AnyRef

Inherited from Any

Ungrouped