class DocumentParserImpl extends DocumentParser
Linear Supertypes
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[core]
- Definition Classes
- JsonParser
-
final
def
_constructError(arg0: String, arg1: Throwable): JsonParseException
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
-
def
_constructError(arg0: String): JsonParseException
- Attributes
- protected[core]
- Definition Classes
- JsonParser
-
def
_constructReadException(arg0: String, arg1: Throwable): JsonParseException
- Attributes
- protected[core]
- Definition Classes
- JsonParser
-
def
_constructReadException(arg0: String, arg1: Any, arg2: Any, arg3: Any): JsonParseException
- Attributes
- protected[core]
- Definition Classes
- JsonParser
-
def
_constructReadException(arg0: String, arg1: Any, arg2: Any): JsonParseException
- Attributes
- protected[core]
- Definition Classes
- JsonParser
-
def
_constructReadException(arg0: String, arg1: Any): JsonParseException
- Attributes
- protected[core]
- Definition Classes
- JsonParser
-
def
_constructReadException(arg0: String): JsonParseException
- Attributes
- protected[core]
- Definition Classes
- JsonParser
-
def
_decodeBase64(arg0: String, arg1: ByteArrayBuilder, arg2: Base64Variant): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
_handleEOF(): Unit
- Attributes
- protected[jackson]
- Definition Classes
- DocumentParser → ParserMinimalBase
- Annotations
- @throws( ... )
-
def
_hasTextualNull(arg0: String): Boolean
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
-
def
_longIntegerDesc(arg0: String): String
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
-
def
_longNumberDesc(arg0: String): String
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
-
final
def
_reportError(arg0: String, arg1: Any, arg2: Any): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
final
def
_reportError(arg0: String, arg1: Any): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
final
def
_reportError(arg0: String): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
_reportInputCoercion(arg0: String, arg1: JsonToken, arg2: Class[_]): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
_reportInvalidEOF(arg0: String, arg1: JsonToken): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
_reportInvalidEOF(): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
_reportInvalidEOFInValue(arg0: JsonToken): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
_reportMissingRootWS(arg0: Int): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
_reportUnexpectedChar(arg0: Int, arg1: String): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
_reportUnsupportedOperation(): Unit
- Attributes
- protected[core]
- Definition Classes
- JsonParser
-
final
def
_throwInternal(): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
-
def
_throwInvalidSpace(arg0: Int): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
final
def
_wrapError(arg0: String, arg1: Throwable): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assignCurrentValue(arg0: Any): Unit
- Definition Classes
- JsonParser
-
def
canParseAsync(): Boolean
- Definition Classes
- JsonParser
-
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
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
currentLocation(): JsonLocation
- Definition Classes
- JsonParser
-
def
currentName(): String
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
currentToken(): JsonToken
- Definition Classes
- ParserMinimalBase → JsonParser
-
def
currentTokenId(): Int
- Definition Classes
- ParserMinimalBase → JsonParser
-
def
currentTokenLocation(): JsonLocation
- Definition Classes
- JsonParser
-
def
currentValue(): AnyRef
- 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
finishToken(): Unit
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
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
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
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
getNonBlockingInputFeeder(): NonBlockingInputFeeder
- Definition Classes
- JsonParser
-
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
getNumberValueExact(): Number
- Definition Classes
- 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
getReadCapabilities(): JacksonFeatureSet[StreamReadCapability]
- Definition Classes
- 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
getText(arg0: Writer): Int
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
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
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isClosed(): Boolean
- Definition Classes
- DocumentParser → ParserMinimalBase → JsonParser
-
def
isEnabled(arg0: StreamReadFeature): Boolean
- Definition Classes
- JsonParser
-
def
isEnabled(arg0: Feature): Boolean
- Definition Classes
- JsonParser
-
def
isExpectedNumberIntToken(): Boolean
- Definition Classes
- ParserMinimalBase → JsonParser
-
def
isExpectedStartArrayToken(): Boolean
- Definition Classes
- ParserMinimalBase → JsonParser
-
def
isExpectedStartObjectToken(): Boolean
- Definition Classes
- ParserMinimalBase → JsonParser
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNaN(): Boolean
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nextBooleanValue(): Boolean
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
nextFieldName(): String
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
nextFieldName(arg0: SerializableString): Boolean
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
nextIntValue(arg0: Int): Int
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
nextLongValue(arg0: Long): Long
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
nextTextValue(): String
- Definition Classes
- JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
nextToken(): JsonToken
- Definition Classes
- DocumentParser → ParserMinimalBase → JsonParser
- Annotations
- @throws( classOf[java.io.IOException] ) @throws( ... )
-
def
nextValue(): JsonToken
- Definition Classes
- ParserMinimalBase → JsonParser
- Annotations
- @throws( classOf[java.io.IOException] )
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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[T]): 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
reportInvalidNumber(arg0: String): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
reportOverflowInt(arg0: String, arg1: JsonToken): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reportOverflowInt(arg0: String): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reportOverflowInt(): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reportOverflowLong(arg0: String, arg1: JsonToken): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reportOverflowLong(arg0: String): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reportOverflowLong(): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reportUnexpectedNumberChar(arg0: Int, arg1: String): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... )
-
def
requiresCustomCodec(): Boolean
- Definition Classes
- JsonParser
-
def
setCodec(arg0: ObjectCodec): Unit
- Definition Classes
- DocumentParser → JsonParser
-
def
setCurrentValue(arg0: Any): Unit
- Definition Classes
- JsonParser
-
def
setRequestPayloadOnError(arg0: String): Unit
- Definition Classes
- JsonParser
-
def
setRequestPayloadOnError(arg0: Array[Byte], arg1: String): Unit
- Definition Classes
- JsonParser
-
def
setRequestPayloadOnError(arg0: RequestPayload): Unit
- 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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
_reportInvalidEOF(arg0: String): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... ) @Deprecated
- Deprecated
-
def
_reportInvalidEOFInValue(): Unit
- Attributes
- protected[base]
- Definition Classes
- ParserMinimalBase
- Annotations
- @throws( ... ) @Deprecated
- Deprecated
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
getCurrentTokenId(): Int
- Definition Classes
- ParserMinimalBase → JsonParser
- Annotations
- @Deprecated
- Deprecated
-
def
setFeatureMask(arg0: Int): JsonParser
- Definition Classes
- JsonParser
- Annotations
- @Deprecated
- Deprecated