Class

com.mapr.db.spark.codec

DocumentParserImpl

Related Doc: package codec

Permalink

class DocumentParserImpl extends DocumentParser

Linear Supertypes
DocumentParser, ParserMinimalBase, JsonParser, Versioned, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocumentParserImpl
  2. DocumentParser
  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

Instance Constructors

  1. new DocumentParserImpl(dr: DocumentReader)

    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 _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.ojai.beans.jackson]
    Definition Classes
    DocumentParser → 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): 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(): 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
    DocumentParser → ParserMinimalBase → JsonParser → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  29. def configure(arg0: Feature, arg1: Boolean): JsonParser

    Permalink
    Definition Classes
    JsonParser
  30. def disable(arg0: Feature): JsonParser

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def getBigIntegerValue(): BigInteger

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

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

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

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

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

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

    Permalink
    Definition Classes
    DocumentParser → JsonParser
  42. def getCurrentLocation(): JsonLocation

    Permalink
    Definition Classes
    DocumentParserImpl → DocumentParser → JsonParser
  43. def getCurrentName(): String

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

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

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

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

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

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

    Permalink
    Definition Classes
    DocumentParser → JsonParser
    Annotations
    @throws( classOf[java.io.IOException] )
  50. def getFeatureMask(): Int

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DocumentParser → ParserMinimalBase → JsonParser
  61. def getSchema(): FormatSchema

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

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

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

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

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

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

    Permalink
    Definition Classes
    DocumentParserImpl → DocumentParser → JsonParser
  68. def getTypeId(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DocumentParser → ParserMinimalBase → JsonParser
  81. def hasToken(arg0: JsonToken): Boolean

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

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

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

    Permalink
    Definition Classes
    DocumentParser → ParserMinimalBase → JsonParser
  85. def isEnabled(arg0: Feature): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DocumentParser → JsonParser
  114. def setCurrentValue(arg0: Any): Unit

    Permalink
    Definition Classes
    JsonParser
  115. def setFeatureMask(arg0: Int): JsonParser

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

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

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

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

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

    Permalink
    Definition Classes
    DocumentParser → JsonParser → Versioned
  121. final def wait(): Unit

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

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

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

Inherited from DocumentParser

Inherited from ParserMinimalBase

Inherited from JsonParser

Inherited from Versioned

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped