Searched refs:copyCurrentStructure (Results 1 – 13 of 13) sorted by relevance
56 gen.copyCurrentStructure(jp); in testCopyArrayTokens()75 gen.copyCurrentStructure(jp); in testCopyObjectTokens()89 gen.copyCurrentStructure(jp); in testCopyObjectTokens()
120 b.copyCurrentStructure(p); in testDeeplyNestedArrays()131 b.copyCurrentStructure(p); in testDeeplyNestedObjects()
160 tokens.copyCurrentStructure(p); in handlePropertyValue()181 tokens.copyCurrentStructure(p); in handlePropertyValue()340 merged.copyCurrentStructure(p2); in _deserialize()366 merged.copyCurrentStructure(p2); in _deserializeAndSet()
466 public void copyCurrentStructure(JsonParser p) throws IOException { in copyCurrentStructure() method in JsonGeneratorDelegate467 if (delegateCopyMethods) delegate.copyCurrentStructure(p); in copyCurrentStructure()468 else super.copyCurrentStructure(p); in copyCurrentStructure()
515 unknown.copyCurrentStructure(p); in _deserializeUsingPropertyBased()738 tokens.copyCurrentStructure(p); in deserializeWithUnwrapped()795 tokens.copyCurrentStructure(p); in deserializeWithUnwrapped()850 tokens.copyCurrentStructure(p); in deserializeUsingPropertyBasedWithUnwrapped()894 tokens.copyCurrentStructure(p); in deserializeUsingPropertyBasedWithUnwrapped()1036 tokens.copyCurrentStructure(p); in deserializeUsingPropertyBasedWithExternalTypeId()
431 unknown.copyCurrentStructure(p); in _deserializeUsingPropertyBased()626 tokens.copyCurrentStructure(p); in deserializeWithUnwrapped()691 tokens.copyCurrentStructure(p); in deserializeUsingPropertyBasedWithUnwrapped()737 tokens.copyCurrentStructure(p); in deserializeWithUnwrapped()
202 b.copyCurrentStructure(p); in asCopyOfValue()329 copyCurrentStructure(p); in append()482 copyCurrentStructure(p); in deserialize()492 copyCurrentStructure(p); in deserialize()1107 public void copyCurrentStructure(JsonParser p) throws IOException in copyCurrentStructure() method in TokenBuffer
417 del.copyCurrentStructure(p); in testDelegateCopyMethods()443 jg.copyCurrentStructure(jp); in testNotDelegateCopyMethods()
105 tb.copyCurrentStructure(p); in deserializeTypedFromObject()
441 g.copyCurrentStructure(p); in writeJsonDoc()
2014 public void copyCurrentStructure(JsonParser p) throws IOException in copyCurrentStructure() method in JsonGenerator
114 - Rewrite `JsonGenerator.copyCurrentStructure()` to remove recursion)
950 * Suggested #2398: Replace recursion in `TokenBuffer.copyCurrentStructure()` with iteration