Trait

pl.touk.nussknacker.engine.avro.schema

StringForcingDatumReader

Related Doc: package schema

Permalink

trait StringForcingDatumReader[T] extends GenericDatumReader[T]

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

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
    @HotSpotIntrinsicCandidate() @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 findStringClass(schema: Schema): Class[_]

    Permalink
    Definition Classes
    StringForcingDatumReader → GenericDatumReader
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def getData(): GenericData

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def peekArray(arg0: Any): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
  29. 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] )
  30. def read(arg0: T, arg1: Decoder): T

    Permalink
    Definition Classes
    GenericDatumReader → DatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  31. 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] )
  32. def readBytes(arg0: Any, arg1: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  33. 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] )
  34. def readEnum(arg0: Schema, arg1: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def readField(arg0: Any, arg1: Field, arg2: Any, arg3: ResolvingDecoder, arg4: Any): Unit

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  36. 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] )
  37. 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] )
  38. 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] )
  39. 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] )
  40. 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] )
  41. def readString(arg0: Any, arg1: Decoder): AnyRef

    Permalink
    Attributes
    protected[org.apache.avro.generic]
    Definition Classes
    GenericDatumReader
    Annotations
    @throws( classOf[java.io.IOException] )
  42. 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] )
  43. 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] )
  44. 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] )
  45. def setExpected(arg0: Schema): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(): 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 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.

  4. 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