com
.
mapr
.
db
.
spark
.
codec
DocumentParserImpl
Related Doc:
package codec
class
DocumentParserImpl
extends
DocumentParser
Linear Supertypes
DocumentParser
,
ParserMinimalBase
,
JsonParser
,
Versioned
,
Closeable
,
AutoCloseable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
DocumentParserImpl
DocumentParser
ParserMinimalBase
JsonParser
Versioned
Closeable
AutoCloseable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
DocumentParserImpl
(
dr:
DocumentReader
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
_codec
()
:
ObjectCodec
Attributes
protected[
com.fasterxml.jackson.core
]
Definition Classes
JsonParser
final
def
_constructError
(
arg0:
String
,
arg1:
Throwable
)
:
JsonParseException
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
def
_constructError
(
arg0:
String
)
:
JsonParseException
Attributes
protected[
com.fasterxml.jackson.core
]
Definition Classes
JsonParser
def
_decodeBase64
(
arg0:
String
,
arg1:
ByteArrayBuilder
,
arg2:
Base64Variant
)
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
classOf[java.io.IOException]
)
def
_handleEOF
()
:
Unit
Attributes
protected[
org.ojai.beans.jackson
]
Definition Classes
DocumentParser → ParserMinimalBase
Annotations
@throws
(
...
)
def
_handleUnrecognizedCharacterEscape
(
arg0:
Char
)
:
Char
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
def
_hasTextualNull
(
arg0:
String
)
:
Boolean
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
final
def
_reportError
(
arg0:
String
)
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
def
_reportInvalidEOF
(
arg0:
String
)
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
def
_reportInvalidEOF
()
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
def
_reportInvalidEOFInValue
()
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
def
_reportMissingRootWS
(
arg0:
Int
)
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
def
_reportUnexpectedChar
(
arg0:
Int
,
arg1:
String
)
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
def
_reportUnsupportedOperation
()
:
Unit
Attributes
protected[
com.fasterxml.jackson.core
]
Definition Classes
JsonParser
final
def
_throwInternal
()
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
def
_throwInvalidSpace
(
arg0:
Int
)
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
def
_throwUnquotedSpace
(
arg0:
Int
,
arg1:
String
)
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
final
def
_wrapError
(
arg0:
String
,
arg1:
Throwable
)
:
Unit
Attributes
protected[
com.fasterxml.jackson.core.base
]
Definition Classes
ParserMinimalBase
Annotations
@throws
(
...
)
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
canReadObjectId
()
:
Boolean
Definition Classes
JsonParser
def
canReadTypeId
()
:
Boolean
Definition Classes
JsonParser
def
canUseSchema
(
arg0:
FormatSchema
)
:
Boolean
Definition Classes
JsonParser
def
clearCurrentToken
()
:
Unit
Definition Classes
ParserMinimalBase → JsonParser
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
close
()
:
Unit
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser → Closeable → AutoCloseable
Annotations
@throws
(
classOf[java.io.IOException]
)
def
configure
(
arg0:
Feature
,
arg1:
Boolean
)
:
JsonParser
Definition Classes
JsonParser
def
disable
(
arg0:
Feature
)
:
JsonParser
Definition Classes
JsonParser
def
enable
(
arg0:
Feature
)
:
JsonParser
Definition Classes
JsonParser
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
getBigIntegerValue
()
:
BigInteger
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getBinaryValue
(
arg0:
Base64Variant
)
:
Array
[
Byte
]
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getBinaryValue
()
:
Array
[
Byte
]
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getBooleanValue
()
:
Boolean
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getByteValue
()
:
Byte
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getCodec
()
:
ObjectCodec
Definition Classes
DocumentParser → JsonParser
def
getCurrentLocation
()
:
JsonLocation
Definition Classes
DocumentParserImpl
→ DocumentParser → JsonParser
def
getCurrentName
()
:
String
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getCurrentToken
()
:
JsonToken
Definition Classes
ParserMinimalBase → JsonParser
def
getCurrentTokenId
()
:
Int
Definition Classes
ParserMinimalBase → JsonParser
def
getCurrentValue
()
:
AnyRef
Definition Classes
JsonParser
def
getDecimalValue
()
:
BigDecimal
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getDoubleValue
()
:
Double
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getEmbeddedObject
()
:
AnyRef
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getFeatureMask
()
:
Int
Definition Classes
JsonParser
def
getFloatValue
()
:
Float
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getFormatFeatures
()
:
Int
Definition Classes
JsonParser
def
getInputSource
()
:
AnyRef
Definition Classes
JsonParser
def
getIntValue
()
:
Int
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getLastClearedToken
()
:
JsonToken
Definition Classes
ParserMinimalBase → JsonParser
def
getLongValue
()
:
Long
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getNumberType
()
:
NumberType
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getNumberValue
()
:
Number
Definition Classes
DocumentParser → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getObjectId
()
:
AnyRef
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getParsingContext
()
:
JsonStreamContext
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
def
getSchema
()
:
FormatSchema
Definition Classes
JsonParser
def
getShortValue
()
:
Short
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getText
()
:
String
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getTextCharacters
()
:
Array
[
Char
]
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getTextLength
()
:
Int
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getTextOffset
()
:
Int
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getTokenLocation
()
:
JsonLocation
Definition Classes
DocumentParserImpl
→ DocumentParser → JsonParser
def
getTypeId
()
:
AnyRef
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsBoolean
(
arg0:
Boolean
)
:
Boolean
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsBoolean
()
:
Boolean
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsDouble
(
arg0:
Double
)
:
Double
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsDouble
()
:
Double
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsInt
(
arg0:
Int
)
:
Int
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsInt
()
:
Int
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsLong
(
arg0:
Long
)
:
Long
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsLong
()
:
Long
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsString
(
arg0:
String
)
:
String
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getValueAsString
()
:
String
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
hasCurrentToken
()
:
Boolean
Definition Classes
ParserMinimalBase → JsonParser
def
hasTextCharacters
()
:
Boolean
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
def
hasToken
(
arg0:
JsonToken
)
:
Boolean
Definition Classes
ParserMinimalBase → JsonParser
def
hasTokenId
(
arg0:
Int
)
:
Boolean
Definition Classes
ParserMinimalBase → JsonParser
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isClosed
()
:
Boolean
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
def
isEnabled
(
arg0:
Feature
)
:
Boolean
Definition Classes
JsonParser
def
isExpectedStartArrayToken
()
:
Boolean
Definition Classes
ParserMinimalBase → JsonParser
def
isExpectedStartObjectToken
()
:
Boolean
Definition Classes
ParserMinimalBase → JsonParser
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nextBooleanValue
()
:
Boolean
Definition Classes
JsonParser
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
nextFieldName
()
:
String
Definition Classes
JsonParser
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
nextFieldName
(
arg0:
SerializableString
)
:
Boolean
Definition Classes
JsonParser
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
nextIntValue
(
arg0:
Int
)
:
Int
Definition Classes
JsonParser
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
nextLongValue
(
arg0:
Long
)
:
Long
Definition Classes
JsonParser
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
nextTextValue
()
:
String
Definition Classes
JsonParser
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
nextToken
()
:
JsonToken
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
Annotations
@throws
(
...
)
@throws
(
classOf[java.io.IOException]
)
def
nextValue
()
:
JsonToken
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
overrideCurrentName
(
arg0:
String
)
:
Unit
Definition Classes
DocumentParser → ParserMinimalBase → JsonParser
def
overrideFormatFeatures
(
arg0:
Int
,
arg1:
Int
)
:
JsonParser
Definition Classes
JsonParser
def
overrideStdFeatures
(
arg0:
Int
,
arg1:
Int
)
:
JsonParser
Definition Classes
JsonParser
def
readBinaryValue
(
arg0:
Base64Variant
,
arg1:
OutputStream
)
:
Int
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
readBinaryValue
(
arg0:
OutputStream
)
:
Int
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
readValueAs
[
T
]
(
arg0:
TypeReference
[_]
)
:
T
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
readValueAs
[
T
]
(
arg0:
Class
[
T
]
)
:
T
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
readValueAsTree
[
T <:
TreeNode
]
()
:
T
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
readValuesAs
[
T
]
(
arg0:
TypeReference
[_]
)
:
Iterator
[
T
]
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
readValuesAs
[
T
]
(
arg0:
Class
[
T
]
)
:
Iterator
[
T
]
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
releaseBuffered
(
arg0:
Writer
)
:
Int
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
releaseBuffered
(
arg0:
OutputStream
)
:
Int
Definition Classes
JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
def
requiresCustomCodec
()
:
Boolean
Definition Classes
JsonParser
def
setCodec
(
arg0:
ObjectCodec
)
:
Unit
Definition Classes
DocumentParser → JsonParser
def
setCurrentValue
(
arg0:
Any
)
:
Unit
Definition Classes
JsonParser
def
setFeatureMask
(
arg0:
Int
)
:
JsonParser
Definition Classes
JsonParser
def
setSchema
(
arg0:
FormatSchema
)
:
Unit
Definition Classes
JsonParser
def
skipChildren
()
:
JsonParser
Definition Classes
ParserMinimalBase → JsonParser
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
version
()
:
Version
Definition Classes
DocumentParser → JsonParser → Versioned
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
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