IonParser (AWS SDK for Java

IonParser (AWS SDK for Java - 2.0.0)
  • 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:
        nextToken in class com.fasterxml.jackson.core.JsonParser
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonParseException
      • nextValue

        public com.fasterxml.jackson.core.JsonToken nextValue() throws IOException, com.fasterxml.jackson.core.JsonParseException
        Specified by:
        nextValue in class com.fasterxml.jackson.core.JsonParser
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonParseException
      • skipChildren

        public com.fasterxml.jackson.core.JsonParser skipChildren() throws IOException, com.fasterxml.jackson.core.JsonParseException
        Specified by:
        skipChildren in class com.fasterxml.jackson.core.JsonParser
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonParseException

Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.

You Might Also Like