Trait/Object

xyz.aoei.msgpack.rpc.jackson

CustomParser

Related Docs: object CustomParser | package jackson

Permalink

trait CustomParser extends MessagePackParser

Linear Supertypes
MessagePackParser, ParserMinimalBase, JsonParser, Versioned, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomParser
  2. MessagePackParser
  3. ParserMinimalBase
  4. JsonParser
  5. Versioned
  6. Closeable
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val decoders: Decoders

    Permalink

Concrete 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 _codec(): ObjectCodec

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonParser
  5. final def _constructError(arg0: String, arg1: Throwable): JsonParseException

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
  6. def _constructError(arg0: String): JsonParseException

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonParser
  7. def _decodeBase64(arg0: String, arg1: ByteArrayBuilder, arg2: Base64Variant): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def _handleEOF(): Unit

    Permalink
    Attributes
    protected[org.msgpack.jackson.dataformat]
    Definition Classes
    MessagePackParser → ParserMinimalBase
    Annotations
    @throws( ... )
  9. def _handleUnrecognizedCharacterEscape(arg0: Char): Char

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  10. def _hasTextualNull(arg0: String): Boolean

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
  11. final def _reportError(arg0: String): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  12. def _reportInvalidEOF(arg0: String, arg1: JsonToken): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  13. def _reportInvalidEOF(): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  14. def _reportInvalidEOFInValue(arg0: JsonToken): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  15. def _reportMissingRootWS(arg0: Int): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  16. def _reportUnexpectedChar(arg0: Int, arg1: String): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  17. def _reportUnsupportedOperation(): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core]
    Definition Classes
    JsonParser
  18. final def _throwInternal(): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
  19. def _throwInvalidSpace(arg0: Int): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  20. def _throwUnquotedSpace(arg0: Int, arg1: String): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  21. final def _wrapError(arg0: String, arg1: Throwable): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @throws( ... )
  22. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  23. def canReadObjectId(): Boolean

    Permalink
    Definition Classes
    JsonParser
  24. def canReadTypeId(): Boolean

    Permalink
    Definition Classes
    JsonParser
  25. def canUseSchema(arg0: FormatSchema): Boolean

    Permalink
    Definition Classes
    JsonParser
  26. def clearCurrentToken(): Unit

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def close(): Unit

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  29. def configure(arg0: Feature, arg1: Boolean): JsonParser

    Permalink
    Definition Classes
    JsonParser
  30. def currentToken(): JsonToken

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  31. def currentTokenId(): Int

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  32. def disable(arg0: Feature): JsonParser

    Permalink
    Definition Classes
    JsonParser
  33. def enable(arg0: Feature): JsonParser

    Permalink
    Definition Classes
    JsonParser
  34. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def finishToken(): Unit

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def getBigIntegerValue(): BigInteger

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  39. def getBinaryValue(arg0: Base64Variant): Array[Byte]

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  40. def getBinaryValue(): Array[Byte]

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def getBooleanValue(): Boolean

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def getByteValue(): Byte

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  43. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  44. def getCodec(): ObjectCodec

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
  45. def getCurrentLocation(): JsonLocation

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
  46. def getCurrentName(): String

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  47. def getCurrentToken(): JsonToken

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  48. def getCurrentTokenId(): Int

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  49. def getCurrentValue(): AnyRef

    Permalink
    Definition Classes
    JsonParser
  50. def getDecimalValue(): BigDecimal

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  51. def getDoubleValue(): Double

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  52. def getEmbeddedObject(): AnyRef

    Permalink
    Definition Classes
    CustomParser → MessagePackParser → JsonParser
  53. def getFeatureMask(): Int

    Permalink
    Definition Classes
    JsonParser
  54. def getFloatValue(): Float

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  55. def getFormatFeatures(): Int

    Permalink
    Definition Classes
    JsonParser
  56. def getInputSource(): AnyRef

    Permalink
    Definition Classes
    JsonParser
  57. def getIntValue(): Int

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  58. def getLastClearedToken(): JsonToken

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  59. def getLongValue(): Long

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  60. def getNumberType(): NumberType

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  61. def getNumberValue(): Number

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  62. def getObjectId(): AnyRef

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  63. def getParsingContext(): JsonStreamContext

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
  64. def getSchema(): FormatSchema

    Permalink
    Definition Classes
    JsonParser
  65. def getShortValue(): Short

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  66. def getText(): String

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  67. def getText(arg0: Writer): Int

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  68. def getTextCharacters(): Array[Char]

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  69. def getTextLength(): Int

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  70. def getTextOffset(): Int

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  71. def getTokenLocation(): JsonLocation

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
  72. def getTypeId(): AnyRef

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  73. def getValueAsBoolean(arg0: Boolean): Boolean

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  74. def getValueAsBoolean(): Boolean

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  75. def getValueAsDouble(arg0: Double): Double

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  76. def getValueAsDouble(): Double

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  77. def getValueAsInt(arg0: Int): Int

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  78. def getValueAsInt(): Int

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  79. def getValueAsLong(arg0: Long): Long

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  80. def getValueAsLong(): Long

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  81. def getValueAsString(arg0: String): String

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  82. def getValueAsString(): String

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  83. def hasCurrentToken(): Boolean

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  84. def hasTextCharacters(): Boolean

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
  85. def hasToken(arg0: JsonToken): Boolean

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  86. def hasTokenId(arg0: Int): Boolean

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  87. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  88. def isClosed(): Boolean

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
  89. def isEnabled(arg0: Feature): Boolean

    Permalink
    Definition Classes
    JsonParser
  90. def isExpectedStartArrayToken(): Boolean

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  91. def isExpectedStartObjectToken(): Boolean

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
  92. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  94. def nextBooleanValue(): Boolean

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  95. def nextFieldName(): String

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  96. def nextFieldName(arg0: SerializableString): Boolean

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  97. def nextIntValue(arg0: Int): Int

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  98. def nextLongValue(arg0: Long): Long

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  99. def nextTextValue(): String

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  100. def nextToken(): JsonToken

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  101. def nextValue(): JsonToken

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  102. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  104. def overrideCurrentName(arg0: String): Unit

    Permalink
    Definition Classes
    MessagePackParser → ParserMinimalBase → JsonParser
  105. def overrideFormatFeatures(arg0: Int, arg1: Int): JsonParser

    Permalink
    Definition Classes
    JsonParser
  106. def overrideStdFeatures(arg0: Int, arg1: Int): JsonParser

    Permalink
    Definition Classes
    JsonParser
  107. def readBinaryValue(arg0: Base64Variant, arg1: OutputStream): Int

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  108. def readBinaryValue(arg0: OutputStream): Int

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  109. def readValueAs[T](arg0: TypeReference[_]): T

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  110. def readValueAs[T](arg0: Class[T]): T

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  111. def readValueAsTree[T <: TreeNode](): T

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  112. def readValuesAs[T](arg0: TypeReference[_]): Iterator[T]

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  113. def readValuesAs[T](arg0: Class[T]): Iterator[T]

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  114. def releaseBuffered(arg0: Writer): Int

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  115. def releaseBuffered(arg0: OutputStream): Int

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  116. def requiresCustomCodec(): Boolean

    Permalink
    Definition Classes
    JsonParser
  117. def setCodec(arg0: ObjectCodec): Unit

    Permalink
    Definition Classes
    MessagePackParser → JsonParser
  118. def setCurrentValue(arg0: Any): Unit

    Permalink
    Definition Classes
    JsonParser
  119. def setRequestPayloadOnError(arg0: String): Unit

    Permalink
    Definition Classes
    JsonParser
  120. def setRequestPayloadOnError(arg0: Array[Byte], arg1: String): Unit

    Permalink
    Definition Classes
    JsonParser
  121. def setRequestPayloadOnError(arg0: RequestPayload): Unit

    Permalink
    Definition Classes
    JsonParser
  122. def setSchema(arg0: FormatSchema): Unit

    Permalink
    Definition Classes
    JsonParser
  123. def skipChildren(): JsonParser

    Permalink
    Definition Classes
    ParserMinimalBase → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  124. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  126. def version(): Version

    Permalink
    Definition Classes
    MessagePackParser → JsonParser → Versioned
  127. final def wait(): Unit

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

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

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

Deprecated Value Members

  1. def _reportInvalidEOF(arg0: String): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @Deprecated @deprecated @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def _reportInvalidEOFInValue(): Unit

    Permalink
    Attributes
    protected[com.fasterxml.jackson.core.base]
    Definition Classes
    ParserMinimalBase
    Annotations
    @Deprecated @deprecated @throws( ... )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def setFeatureMask(arg0: Int): JsonParser

    Permalink
    Definition Classes
    JsonParser
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from MessagePackParser

Inherited from ParserMinimalBase

Inherited from JsonParser

Inherited from Versioned

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped