Object/Class

wvlet.airframe.msgpack.spi

MessageFormat

Related Docs: class MessageFormat | package spi

Permalink

object MessageFormat

Describes the list of the message format types defined in the MessagePack specification.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageFormat
  2. AnyRef
  3. 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. object ARRAY16 extends MessageFormat with Product with Serializable

    Permalink
  5. object ARRAY32 extends MessageFormat with Product with Serializable

    Permalink
  6. object BIN16 extends MessageFormat with Product with Serializable

    Permalink
  7. object BIN32 extends MessageFormat with Product with Serializable

    Permalink
  8. object BIN8 extends MessageFormat with Product with Serializable

    Permalink
  9. object BOOLEAN extends MessageFormat with Product with Serializable

    Permalink
  10. object EXT16 extends MessageFormat with Product with Serializable

    Permalink
  11. object EXT32 extends MessageFormat with Product with Serializable

    Permalink
  12. object EXT8 extends MessageFormat with Product with Serializable

    Permalink
  13. object FIXARRAY extends MessageFormat with Product with Serializable

    Permalink
  14. object FIXEXT1 extends MessageFormat with Product with Serializable

    Permalink
  15. object FIXEXT16 extends MessageFormat with Product with Serializable

    Permalink
  16. object FIXEXT2 extends MessageFormat with Product with Serializable

    Permalink
  17. object FIXEXT4 extends MessageFormat with Product with Serializable

    Permalink
  18. object FIXEXT8 extends MessageFormat with Product with Serializable

    Permalink
  19. object FIXMAP extends MessageFormat with Product with Serializable

    Permalink
  20. object FIXSTR extends MessageFormat with Product with Serializable

    Permalink
  21. object FLOAT32 extends MessageFormat with Product with Serializable

    Permalink
  22. object FLOAT64 extends MessageFormat with Product with Serializable

    Permalink
  23. object INT16 extends MessageFormat with Product with Serializable

    Permalink
  24. object INT32 extends MessageFormat with Product with Serializable

    Permalink
  25. object INT64 extends MessageFormat with Product with Serializable

    Permalink
  26. object INT8 extends MessageFormat with Product with Serializable

    Permalink
  27. object MAP16 extends MessageFormat with Product with Serializable

    Permalink
  28. object MAP32 extends MessageFormat with Product with Serializable

    Permalink
  29. object NEGFIXINT extends MessageFormat with Product with Serializable

    Permalink
  30. object NEVER_USED extends MessageFormat with Product with Serializable

    Permalink
  31. object NIL extends MessageFormat with Product with Serializable

    Permalink
  32. object POSFIXINT extends MessageFormat with Product with Serializable

    Permalink
  33. object STR16 extends MessageFormat with Product with Serializable

    Permalink
  34. object STR32 extends MessageFormat with Product with Serializable

    Permalink
  35. object STR8 extends MessageFormat with Product with Serializable

    Permalink
  36. object UINT16 extends MessageFormat with Product with Serializable

    Permalink
  37. object UINT32 extends MessageFormat with Product with Serializable

    Permalink
  38. object UINT64 extends MessageFormat with Product with Serializable

    Permalink
  39. object UINT8 extends MessageFormat with Product with Serializable

    Permalink
  40. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  46. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  51. def of(code: Byte): MessageFormat

    Permalink

    Returns a MessageFormat type of the specified byte value

    Returns a MessageFormat type of the specified byte value

    code

    MessageFormat of the given byte

  52. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped