Send feedback
Class MockJsonGenerator (1.42.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.42.3 keyboard_arrow_down
public class MockJsonGenerator extends JsonGenerator
Methods
close()
Closes the serializer and the underlying output stream or writer, and releases any memory
associated with it.
Overrides
Exceptions
flush()
Flushes any buffered content to the underlying output stream or writer.
Overrides
Exceptions
getFactory()
public JsonFactory getFactory ()
Returns the JSON factory from which this generator was created.
Returns
Overrides
writeBoolean(boolean state)
public void writeBoolean ( boolean state )
Writes a literal JSON boolean value ('true' or 'false').
Parameter
Overrides
Exceptions
writeEndArray()
public void writeEndArray ()
Writes a JSON end array character ']'.
Overrides
Exceptions
writeEndObject()
public void writeEndObject ()
Writes a JSON end object character '}'.
Overrides
Exceptions
writeFieldName(String name)
public void writeFieldName ( String name )
Writes a JSON quoted field name.
Parameter
Overrides
Exceptions
writeNull()
Writes a literal JSON null value.
Overrides
Exceptions
writeNumber(double v)
public void writeNumber ( double v )
Writes a JSON double value.
Parameter
Overrides
Exceptions
writeNumber(float v)
public void writeNumber ( float v )
Writes a JSON float value.
Parameter
Overrides
Exceptions
writeNumber(int v)
public void writeNumber ( int v )
Parameter
Overrides
Exceptions
writeNumber(String encodedValue)
public void writeNumber ( String encodedValue )
Writes a JSON numeric value that has already been encoded properly.
Parameter
Name Description encodedValue
String
Overrides
Exceptions
writeNumber(BigDecimal v)
public void writeNumber ( BigDecimal v )
Writes a JSON big decimal value.
Parameter
Overrides
Exceptions
writeNumber(BigInteger v)
public void writeNumber ( BigInteger v )
Writes a JSON big integer value.
Parameter
Overrides
Exceptions
writeNumber(long v)
public void writeNumber ( long v )
Writes a JSON long value.
Parameter
Overrides
Exceptions
writeStartArray()
public void writeStartArray ()
Writes a JSON start array character '['.
Overrides
Exceptions
writeStartObject()
public void writeStartObject ()
Writes a JSON start object character '{'.
Overrides
Exceptions
writeString(String value)
public void writeString ( String value )
Writes a JSON quoted string value.
Parameter
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 2024-11-06 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 2024-11-06 UTC."],[],[]]