Class

wvlet.airframe.codec

MessageContext

Related Doc: package codec

Permalink

case class MessageContext() extends Product with Serializable

MessageContext is used for passing the parsing configuration and the last value read by codec.

For efficiency, it holds several primitive type values as local variables to avoid the boxing overhead.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageContext
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MessageContext()

    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. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def getBoolean: Boolean

    Permalink
  8. def getByte: Byte

    Permalink
  9. def getChar: Char

    Permalink
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def getDataType: DataType

    Permalink
  12. def getDouble: Double

    Permalink
  13. def getError: Option[Throwable]

    Permalink
  14. def getFloat: Float

    Permalink
  15. def getInt: Int

    Permalink
  16. def getLastValue: Any

    Permalink
  17. def getLong: Long

    Permalink
  18. def getShort: Short

    Permalink
  19. def getString: String

    Permalink
  20. def hasError: Boolean

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isNull: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def setBoolean(v: Boolean): Unit

    Permalink
  27. def setByte(v: Byte): Unit

    Permalink
  28. def setChar(v: Char): Unit

    Permalink
  29. def setDouble(v: Double): Unit

    Permalink
  30. def setError[A](e: Throwable): Unit

    Permalink
  31. def setFloat(v: Float): Unit

    Permalink
  32. def setIncompatibleFormatException(codec: MessageCodec[_], message: String): Unit

    Permalink
  33. def setInt(v: Int): Unit

    Permalink
  34. def setLong(v: Long): Unit

    Permalink
  35. def setNull: Unit

    Permalink
  36. def setObject(v: Any): Unit

    Permalink
  37. def setShort(v: Short): Unit

    Permalink
  38. def setString(v: String): Unit

    Permalink
  39. def setValue(dataType: DataType, v: Any): Unit

    Permalink
    Attributes
    protected
  40. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

Deprecated Value Members

  1. 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped