public class WidgetJsonParser
extends com.fasterxml.jackson.core.JsonParser
| Constructor and Description |
|---|
WidgetJsonParser(com.fasterxml.jackson.core.JsonParser parser) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUseSchema(com.fasterxml.jackson.core.FormatSchema schema) |
void |
clearCurrentToken() |
void |
close() |
com.fasterxml.jackson.core.JsonParser |
configure(com.fasterxml.jackson.core.JsonParser.Feature f,
boolean state) |
com.fasterxml.jackson.core.JsonParser |
disable(com.fasterxml.jackson.core.JsonParser.Feature f) |
com.fasterxml.jackson.core.JsonParser |
enable(com.fasterxml.jackson.core.JsonParser.Feature f) |
BigInteger |
getBigIntegerValue() |
byte[] |
getBinaryValue() |
byte[] |
getBinaryValue(com.fasterxml.jackson.core.Base64Variant base64Variant) |
boolean |
getBooleanValue() |
byte |
getByteValue() |
com.fasterxml.jackson.core.ObjectCodec |
getCodec() |
com.fasterxml.jackson.core.JsonLocation |
getCurrentLocation() |
String |
getCurrentName() |
com.fasterxml.jackson.core.JsonToken |
getCurrentToken() |
int |
getCurrentTokenId() |
BigDecimal |
getDecimalValue() |
double |
getDoubleValue() |
Object |
getEmbeddedObject() |
float |
getFloatValue() |
Object |
getInputSource() |
int |
getIntValue() |
com.fasterxml.jackson.core.JsonToken |
getLastClearedToken() |
long |
getLongValue() |
com.fasterxml.jackson.core.JsonParser.NumberType |
getNumberType() |
Number |
getNumberValue() |
com.fasterxml.jackson.core.JsonStreamContext |
getParsingContext() |
short |
getShortValue() |
String |
getText() |
char[] |
getTextCharacters() |
int |
getTextLength() |
int |
getTextOffset() |
com.fasterxml.jackson.core.JsonLocation |
getTokenLocation() |
boolean |
getValueAsBoolean() |
boolean |
getValueAsBoolean(boolean defaultValue) |
double |
getValueAsDouble() |
double |
getValueAsDouble(double defaultValue) |
int |
getValueAsInt() |
int |
getValueAsInt(int defaultValue) |
long |
getValueAsLong() |
long |
getValueAsLong(long defaultValue) |
String |
getValueAsString(String def) |
WidgetInstanceManager |
getWidgetInstanceManager() |
boolean |
hasCurrentToken() |
boolean |
hasTextCharacters() |
boolean |
hasToken(com.fasterxml.jackson.core.JsonToken t) |
boolean |
hasTokenId(int id) |
boolean |
isClosed() |
boolean |
isEnabled(com.fasterxml.jackson.core.JsonParser.Feature f) |
boolean |
isExpectedStartArrayToken() |
Boolean |
nextBooleanValue() |
boolean |
nextFieldName(com.fasterxml.jackson.core.SerializableString str) |
int |
nextIntValue(int defaultValue) |
long |
nextLongValue(long defaultValue) |
String |
nextTextValue() |
com.fasterxml.jackson.core.JsonToken |
nextToken() |
com.fasterxml.jackson.core.JsonToken |
nextValue() |
void |
overrideCurrentName(String name) |
<T> T |
readValueAs(Class<T> valueType) |
<T> T |
readValueAs(com.fasterxml.jackson.core.type.TypeReference<?> valueTypeRef) |
com.fasterxml.jackson.databind.JsonNode |
readValueAsTree() |
<T> Iterator<T> |
readValuesAs(Class<T> valueType) |
<T> Iterator<T> |
readValuesAs(com.fasterxml.jackson.core.type.TypeReference<?> valueTypeRef) |
int |
releaseBuffered(OutputStream out) |
int |
releaseBuffered(Writer w) |
void |
setCodec(com.fasterxml.jackson.core.ObjectCodec objectCodec) |
void |
setSchema(com.fasterxml.jackson.core.FormatSchema schema) |
com.fasterxml.jackson.core.JsonParser |
skipChildren() |
com.fasterxml.jackson.core.Version |
version() |
_codec, _constructError, _reportUnsupportedOperation, canParseAsync, canReadObjectId, canReadTypeId, currentName, currentToken, currentTokenId, finishToken, getCurrentValue, getFeatureMask, getFormatFeatures, getNonBlockingInputFeeder, getObjectId, getSchema, getText, getTypeId, getValueAsString, isExpectedStartObjectToken, isNaN, nextFieldName, overrideFormatFeatures, overrideStdFeatures, readBinaryValue, readBinaryValue, requiresCustomCodec, setCurrentValue, setFeatureMask, setRequestPayloadOnError, setRequestPayloadOnError, setRequestPayloadOnErrorpublic WidgetJsonParser(com.fasterxml.jackson.core.JsonParser parser)
public WidgetInstanceManager getWidgetInstanceManager()
public com.fasterxml.jackson.core.ObjectCodec getCodec()
getCodec in class com.fasterxml.jackson.core.JsonParserpublic void setCodec(com.fasterxml.jackson.core.ObjectCodec objectCodec)
setCodec in class com.fasterxml.jackson.core.JsonParserpublic void setSchema(com.fasterxml.jackson.core.FormatSchema schema)
setSchema in class com.fasterxml.jackson.core.JsonParserpublic boolean canUseSchema(com.fasterxml.jackson.core.FormatSchema schema)
canUseSchema in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.Version version()
version in interface com.fasterxml.jackson.core.Versionedversion in class com.fasterxml.jackson.core.JsonParserpublic Object getInputSource()
getInputSource in class com.fasterxml.jackson.core.JsonParserpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic int releaseBuffered(OutputStream out) throws IOException
releaseBuffered in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic int releaseBuffered(Writer w) throws IOException
releaseBuffered in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic com.fasterxml.jackson.core.JsonParser enable(com.fasterxml.jackson.core.JsonParser.Feature f)
enable in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonParser disable(com.fasterxml.jackson.core.JsonParser.Feature f)
disable in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonParser configure(com.fasterxml.jackson.core.JsonParser.Feature f,
boolean state)
configure in class com.fasterxml.jackson.core.JsonParserpublic boolean isEnabled(com.fasterxml.jackson.core.JsonParser.Feature f)
isEnabled in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonToken nextToken()
throws IOException
nextToken in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic com.fasterxml.jackson.core.JsonToken nextValue()
throws IOException
nextValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic boolean nextFieldName(com.fasterxml.jackson.core.SerializableString str)
throws IOException
nextFieldName in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic String nextTextValue() throws IOException
nextTextValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic int nextIntValue(int defaultValue)
throws IOException
nextIntValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic long nextLongValue(long defaultValue)
throws IOException
nextLongValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic Boolean nextBooleanValue() throws IOException
nextBooleanValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic com.fasterxml.jackson.core.JsonParser skipChildren()
throws IOException
skipChildren in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic boolean isClosed()
isClosed in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonToken getCurrentToken()
getCurrentToken in class com.fasterxml.jackson.core.JsonParserpublic int getCurrentTokenId()
getCurrentTokenId in class com.fasterxml.jackson.core.JsonParserpublic boolean hasCurrentToken()
hasCurrentToken in class com.fasterxml.jackson.core.JsonParserpublic boolean hasTokenId(int id)
hasTokenId in class com.fasterxml.jackson.core.JsonParserpublic boolean hasToken(com.fasterxml.jackson.core.JsonToken t)
hasToken in class com.fasterxml.jackson.core.JsonParserpublic void clearCurrentToken()
clearCurrentToken in class com.fasterxml.jackson.core.JsonParserpublic String getCurrentName() throws IOException
getCurrentName in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic com.fasterxml.jackson.core.JsonStreamContext getParsingContext()
getParsingContext in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonLocation getTokenLocation()
getTokenLocation in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonLocation getCurrentLocation()
getCurrentLocation in class com.fasterxml.jackson.core.JsonParserpublic com.fasterxml.jackson.core.JsonToken getLastClearedToken()
getLastClearedToken in class com.fasterxml.jackson.core.JsonParserpublic void overrideCurrentName(String name)
overrideCurrentName in class com.fasterxml.jackson.core.JsonParserpublic boolean isExpectedStartArrayToken()
isExpectedStartArrayToken in class com.fasterxml.jackson.core.JsonParserpublic String getText() throws IOException
getText in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic char[] getTextCharacters()
throws IOException
getTextCharacters in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic int getTextLength()
throws IOException
getTextLength in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic int getTextOffset()
throws IOException
getTextOffset in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic boolean hasTextCharacters()
hasTextCharacters in class com.fasterxml.jackson.core.JsonParserpublic Number getNumberValue() throws IOException
getNumberValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic com.fasterxml.jackson.core.JsonParser.NumberType getNumberType()
throws IOException
getNumberType in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic byte getByteValue()
throws IOException
getByteValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic short getShortValue()
throws IOException
getShortValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic int getIntValue()
throws IOException
getIntValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic long getLongValue()
throws IOException
getLongValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic BigInteger getBigIntegerValue() throws IOException
getBigIntegerValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic float getFloatValue()
throws IOException
getFloatValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic double getDoubleValue()
throws IOException
getDoubleValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic BigDecimal getDecimalValue() throws IOException
getDecimalValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic boolean getBooleanValue()
throws IOException
getBooleanValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic Object getEmbeddedObject() throws IOException
getEmbeddedObject in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic byte[] getBinaryValue(com.fasterxml.jackson.core.Base64Variant base64Variant)
throws IOException
getBinaryValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic byte[] getBinaryValue()
throws IOException
getBinaryValue in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic int getValueAsInt()
throws IOException
getValueAsInt in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic int getValueAsInt(int defaultValue)
throws IOException
getValueAsInt in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic long getValueAsLong()
throws IOException
getValueAsLong in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic long getValueAsLong(long defaultValue)
throws IOException
getValueAsLong in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic double getValueAsDouble()
throws IOException
getValueAsDouble in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic double getValueAsDouble(double defaultValue)
throws IOException
getValueAsDouble in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic boolean getValueAsBoolean()
throws IOException
getValueAsBoolean in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic boolean getValueAsBoolean(boolean defaultValue)
throws IOException
getValueAsBoolean in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic String getValueAsString(String def) throws IOException
getValueAsString in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic <T> T readValueAs(Class<T> valueType) throws IOException
readValueAs in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic <T> T readValueAs(com.fasterxml.jackson.core.type.TypeReference<?> valueTypeRef)
throws IOException
readValueAs in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic <T> Iterator<T> readValuesAs(Class<T> valueType) throws IOException
readValuesAs in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic <T> Iterator<T> readValuesAs(com.fasterxml.jackson.core.type.TypeReference<?> valueTypeRef) throws IOException
readValuesAs in class com.fasterxml.jackson.core.JsonParserIOExceptionpublic com.fasterxml.jackson.databind.JsonNode readValueAsTree()
throws IOException
readValueAsTree in class com.fasterxml.jackson.core.JsonParserIOExceptionCopyright © 2018. All rights reserved.