Searched defs:createRootContext (Results 1 – 4 of 4) sorted by relevance
105 public static JsonReadContext createRootContext(int lineNr, int colNr, DupDetector dups) { in createRootContext() method in JsonReadContext109 public static JsonReadContext createRootContext(DupDetector dups) { in createRootContext() method in JsonReadContext
133 public static JsonWriteContext createRootContext() { return createRootContext(null); } in createRootContext() method in JsonWriteContext135 public static JsonWriteContext createRootContext(DupDetector dd) { in createRootContext() method in JsonWriteContext
86 public static TokenBufferReadContext createRootContext(JsonStreamContext origContext) { in createRootContext() method in TokenBufferReadContext
98 public static TokenFilterContext createRootContext(TokenFilter filter) { in createRootContext() method in TokenFilterContext