Home
last modified time | relevance | path

Searched refs:writeEndObject (Results 1 – 25 of 54) sorted by relevance

123

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/util/
DTestTokenBuffer.java192 buf.writeEndObject(); in testParentContext()
193 buf.writeEndObject(); in testParentContext()
266 buf.writeEndObject(); in testSimpleObject()
284 buf.writeEndObject(); in testSimpleObject()
345 buf2.writeEndObject(); in testAppend()
442 buf.writeEndObject(); in testOutputContext()
443 gen.writeEndObject(); in testOutputContext()
446 buf.writeEndObject(); in testOutputContext()
447 gen.writeEndObject(); in testOutputContext()
502 buf.writeEndObject(); in testParentSiblingContext()
[all …]
DJsonParserSequenceTest.java28 buf2.writeEndObject(); in testJsonParserSequenceOverridesSkipChildren()
29 buf2.writeEndObject(); in testJsonParserSequenceOverridesSkipChildren()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/write/
DPrettyPrinterTest.java23 public void writeEndObject(JsonGenerator jg, int nrOfEntries) in writeEndObject() method in PrettyPrinterTest.CountPrinter
61 gen.writeEndObject(); in testObjectCount()
62 gen.writeEndObject(); in testObjectCount()
279 gen.writeEndObject(); in _writeTestDocument()
291 gen.writeEndObject(); in _generateRoot()
293 gen.writeEndObject(); in _generateRoot()
DObjectWriteTest.java38 gen.writeEndObject(); in testEmptyObjectWrite()
86 gen.writeEndObject(); in testSimpleObjectWrite()
132 gen.writeEndObject(); in testConvenienceMethods()
137 gen.writeEndObject(); in testConvenienceMethods()
231 gen.writeEndObject(); in testConvenienceMethodsWithNulls()
DSerializedStringWriteTest.java75 gen.writeEndObject(); in _writeSimple()
82 gen.writeEndObject(); in _writeSimple()
96 gen.writeEndObject(); in _writeSimpleValues()
103 gen.writeEndObject(); in _writeSimpleValues()
DGeneratorDupHandlingTest.java84 g.writeEndObject(); in _writeSimple0()
98 g.writeEndObject(); in _writeSimple1()
DGeneratorBasicTest.java195 gen.writeEndObject(); in _testFieldValueWrites()
262 gen.writeEndObject(); in testOutputContext()
268 gen.writeEndObject(); in testOutputContext()
DGeneratorCopyTest.java90 gen.writeEndObject(); in testCopyObjectTokens()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/
DBasicGeneratorFilteringTest.java219 gen.writeEndObject(); in _testSingleMatchFilteringWithPathAlternate1()
223 gen.writeEndObject(); in _testSingleMatchFilteringWithPathAlternate1()
281 gen.writeEndObject(); in testSingleMatchFilteringWithPathRawBinary()
426 gen.writeEndObject(); in testWriteStartObjectWithObject()
432 gen.writeEndObject(); in testWriteStartObjectWithObject()
469 gen.writeEndObject(); in testRawValueDelegationWithObject()
DGeneratorFiltering609Test.java75 g.writeEndObject(); in testIssue609()
/external/jackson-core/src/test/java/perf/
DMediaItem.java67 gen.writeEndObject(); in write()
118 gen.writeEndObject(); in write()
170 gen.writeEndObject(); in write()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DGeneratorFeaturesTest.java280 gen.writeEndObject(); in _testFieldNameQuotingEnabled()
322 g.writeEndObject(); in _testFieldNameQuoting()
340 g.writeEndObject(); in _testNonNumericQuoting()
344 g.writeEndObject(); in _testNonNumericQuoting()
DTestCustomEscaping.java201 g.writeEndObject(); in _testEscapeAboveAscii()
226 g.writeEndObject(); in _testEscapeCustom()
DJsonFactoryTest.java176 gen.writeEndObject(); in testDisablingBufferRecycling()
217 jg.writeEndObject(); in testJsonWithFiles()
DCustomQuoteCharTest.java112 g.writeEndObject(); in _writeObject()
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
DTestDefaultPrettyPrinter.java127 gen.writeEndObject(); in testRootSeparator()
154 gen.writeEndObject(); in _printTestData()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonGenerator.java890 public abstract void writeEndObject() throws IOException; in writeEndObject() method in JsonGenerator
1613 writeEndObject(); in writeTypeSuffix()
1637 writeEndObject(); in writeTypeSuffix()
1925 writeEndObject(); in copyCurrentEvent()
2072 writeEndObject(); in _copyCurrentContents()
DPrettyPrinter.java89 void writeEndObject(JsonGenerator gen, int nrOfEntries) throws IOException; in writeEndObject() method
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/
DPointerFromContextTest.java126 g.writeEndObject(); in testViaGenerator()
129 g.writeEndObject(); in testViaGenerator()
224 g.writeEndObject(); in testGeneratorWithRoot()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
DPOJONodeTest.java30 gen.writeEndObject(); in serialize()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/util/
DMinimalPrettyPrinter.java117 public void writeEndObject(JsonGenerator g, int nrOfEntries) throws IOException in writeEndObject() method in MinimalPrettyPrinter
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/impl/
DAsExternalTypeSerializer.java68 g.writeEndObject(); in _writeObjectSuffix()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/impl/
DUnknownSerializer.java37 gen.writeEndObject(); in serialize()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DBeanDeserializer.java591 tb.writeEndObject(); in deserializeFromNull()
751 tokens.writeEndObject(); in deserializeWithUnwrapped()
809 tokens.writeEndObject(); in deserializeWithUnwrapped()
860 tokens.writeEndObject(); in deserializeUsingPropertyBasedWithUnwrapped()
1079 tokens.writeEndObject(); in deserializeUsingPropertyBasedWithExternalTypeId()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DTokenBuffer.java379 gen.writeEndObject(); in serialize()
499 writeEndObject(); in deserialize()
736 public final void writeEndObject() throws IOException in writeEndObject() method in TokenBuffer
1039 writeEndObject(); in copyCurrentEvent()
1145 writeEndObject(); in copyCurrentStructure()
1189 writeEndObject(); in _copyBufferContents()

123