- java.lang.Object
- com.fasterxml.jackson.core.JsonParser
- software.amazon.awssdk.core.internal.protocol.json.IonParser
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.core.JsonParser
com.fasterxml.jackson.core.JsonParser.Feature, com.fasterxml.jackson.core.JsonParser.NumberType
Constructor Summary
Constructors Constructor and Description IonParser(software.amazon.ion.IonReader reader, boolean shouldCloseReader)
Method Summary
Methods inherited from class com.fasterxml.jackson.core.JsonParser
canParseAsync, canReadObjectId, canReadTypeId, canUseSchema, configure, currentName, currentToken, currentTokenId, disable, enable, finishToken, getBinaryValue, getBooleanValue, getByteValue, getCurrentValue, getFeatureMask, getFormatFeatures, getInputSource, getNonBlockingInputFeeder, getObjectId, getSchema, getShortValue, getText, getTypeId, getValueAsBoolean, getValueAsBoolean, getValueAsDouble, getValueAsDouble, getValueAsInt, getValueAsInt, getValueAsLong, getValueAsLong, getValueAsString, isEnabled, isExpectedStartArrayToken, isExpectedStartObjectToken, isNaN, nextBooleanValue, nextFieldName, nextFieldName, nextIntValue, nextLongValue, nextTextValue, overrideFormatFeatures, overrideStdFeatures, readBinaryValue, readBinaryValue, readValueAs, readValueAs, readValueAsTree, readValuesAs, readValuesAs, releaseBuffered, releaseBuffered, requiresCustomCodec, setCurrentValue, setFeatureMask, setRequestPayloadOnError, setRequestPayloadOnError, setRequestPayloadOnError, setSchema
Constructor Detail
Method Detail
nextToken
public com.fasterxml.jackson.core.JsonToken nextToken() throws IOException, com.fasterxml.jackson.core.JsonParseException
- Specified by:
nextTokenin classcom.fasterxml.jackson.core.JsonParser- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonParseException
nextValue
public com.fasterxml.jackson.core.JsonToken nextValue() throws IOException, com.fasterxml.jackson.core.JsonParseException
- Specified by:
nextValuein classcom.fasterxml.jackson.core.JsonParser- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonParseException
skipChildren
public com.fasterxml.jackson.core.JsonParser skipChildren() throws IOException, com.fasterxml.jackson.core.JsonParseException
- Specified by:
skipChildrenin classcom.fasterxml.jackson.core.JsonParser- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonParseException
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.