| 程序包 | 说明 |
|---|---|
| org.hotwheel.json.impl.jackson |
| 限定符和类型 | 方法和说明 |
|---|---|
JsonToken |
TreeNode.asToken()
Method that can be used for efficient type detection
when using stream abstraction for traversing nodes.
|
JsonToken |
JsonParserDelegate.getCurrentToken() |
abstract JsonToken |
JacksonParser.getCurrentToken()
Accessor to find which token parser currently points to, if any;
null will be returned if none.
|
JsonToken |
ParserMinimalBase.getCurrentToken() |
JsonToken |
JsonParserDelegate.getLastClearedToken() |
abstract JsonToken |
JacksonParser.getLastClearedToken()
Method that can be called to get the last token that was
cleared using
JacksonParser.clearCurrentToken(). |
JsonToken |
ParserMinimalBase.getLastClearedToken() |
JsonToken |
ReaderBasedJsonParser.nextToken() |
JsonToken |
JsonParserDelegate.nextToken() |
abstract JsonToken |
JacksonParser.nextToken()
Main iteration method, which will advance stream enough
to determine type of the next token, if any.
|
abstract JsonToken |
ParserMinimalBase.nextToken() |
JsonToken |
JsonParserSequence.nextToken() |
JsonToken |
UTF8StreamJsonParser.nextToken() |
JsonToken |
JsonParserDelegate.nextValue() |
abstract JsonToken |
JacksonParser.nextValue()
Iteration method that will advance stream enough
to determine type of the next token that is a value type
(including JSON Array and Object start/end markers).
|
JsonToken |
ParserMinimalBase.nextValue() |
static JsonToken |
JsonToken.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static JsonToken[] |
JsonToken.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.