Send feedback
Class MockJsonParser (1.41.8)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.41.8 keyboard_arrow_down
public class MockJsonParser extends JsonParser
Constructors
MockJsonParser(JsonFactory factory)
public MockJsonParser ( JsonFactory factory )
Parameter
Methods
close()
Closes the parser and the underlying input stream or reader, and releases any memory associated
with it.
Overrides
Exceptions
getBigIntegerValue()
public BigInteger getBigIntegerValue ()
Returns the BigInteger value of the current token.
Returns
Overrides
Exceptions
getByteValue()
public byte getByteValue ()
Returns the byte value of the current token.
Returns
Overrides
Exceptions
getCurrentName()
public String getCurrentName ()
Returns the most recent field name or null
for array values or for root-level values.
Returns
Overrides
Exceptions
getCurrentToken()
public JsonToken getCurrentToken ()
Returns the token the parser currently points to or null
for none (at start of input or
after end of input).
Returns
Overrides
getDecimalValue()
public BigDecimal getDecimalValue ()
Returns the BigDecimal value of the current token.
Returns
Overrides
Exceptions
getDoubleValue()
public double getDoubleValue ()
Returns the double value of the current token.
Returns
Overrides
Exceptions
getFactory()
public JsonFactory getFactory ()
Returns the JSON factory from which this generator was created.
Returns
Overrides
getFloatValue()
public float getFloatValue ()
Returns the float value of the current token.
Returns
Overrides
Exceptions
getIntValue()
Returns the int value of the current token.
Returns
Overrides
Exceptions
getLongValue()
public long getLongValue ()
Returns the long value of the current token.
Returns
Overrides
Exceptions
getShortValue()
public short getShortValue ()
Returns the short value of the current token.
Returns
Overrides
Exceptions
getText()
Returns a textual representation of the current token or null
if #getCurrentToken() is null
.
Returns
Overrides
Exceptions
isClosed()
public boolean isClosed ()
Returns
nextToken()
public JsonToken nextToken ()
Returns the next token from the stream or null
to indicate end of input.
Returns
Overrides
Exceptions
skipChildren()
public JsonParser skipChildren ()
Returns
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]