Class/Object

wvlet.airframe.msgpack.json

StreamMessagePackBuilder

Related Docs: object StreamMessagePackBuilder | package json

Permalink

class StreamMessagePackBuilder extends JSONContext[MsgPack] with LogSupport

Linear Supertypes
LogSupport, LazyLogger, LoggingMethods, Serializable, Serializable, JSONContext[MsgPack], JSONHandler[MsgPack], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamMessagePackBuilder
  2. LogSupport
  3. LazyLogger
  4. LoggingMethods
  5. Serializable
  6. Serializable
  7. JSONContext
  8. JSONHandler
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StreamMessagePackBuilder()

    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 add(v: MsgPack): Unit

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  5. def addBoolean(s: JSONSource, v: Boolean, start: Int, end: Int): Unit

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  6. def addNull(s: JSONSource, start: Int, end: Int): Unit

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  7. def addNumber(s: JSONSource, start: Int, end: Int, dotIndex: Int, expIndex: Int): Unit

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  8. def addString(s: JSONSource, start: Int, end: Int): Unit

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  9. def addUnescapedString(s: String): Unit

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  10. def arrayContext(s: JSONSource, start: Int): JSONContext[MsgPack]

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONHandler
  11. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. def closeContext(s: JSONSource, end: Int): Unit

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  14. var context: ParseContext

    Permalink
    Attributes
    protected
  15. var contextStack: List[ParseContext]

    Permalink
    Attributes
    protected
  16. macro def debug(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  17. macro def debug(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. macro def error(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  21. macro def error(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  22. var finishedContextStack: List[ParseContext]

    Permalink
    Attributes
    protected
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  25. macro def info(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  26. macro def info(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isObjectContext: Boolean

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  29. macro def logAt(logLevel: LogLevel, message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  30. lazy val logger: Logger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. def objectContext(s: JSONSource, start: Int): JSONContext[MsgPack]

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONHandler
  35. val packer: BufferPacker

    Permalink
    Attributes
    protected
  36. def result: MsgPack

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONContext
  37. def singleContext(s: JSONSource, start: Int): JSONContext[MsgPack]

    Permalink
    Definition Classes
    StreamMessagePackBuilder → JSONHandler
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. macro def trace(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  41. macro def trace(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  42. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. macro def warn(message: Any, cause: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods
  46. macro def warn(message: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LoggingMethods

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 LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from Serializable

Inherited from JSONContext[MsgPack]

Inherited from JSONHandler[MsgPack]

Inherited from AnyRef

Inherited from Any

Ungrouped