Searched refs:nextTextValue (Results 1 – 8 of 8) sorted by relevance
327 assertNull(p.nextTextValue()); in _textNextText()329 assertNull(p.nextTextValue()); in _textNextText()333 assertEquals("123", p.nextTextValue()); in _textNextText()341 assertNull(p.nextTextValue()); in _textNextText()343 assertNull(p.nextTextValue()); in _textNextText()345 assertEquals("foo", p.nextTextValue()); in _textNextText()347 assertNull(p.nextTextValue()); in _textNextText()349 assertNull(p.nextTextValue()); in _textNextText()352 assertNull(p.nextTextValue()); in _textNextText()
151 String value = p.nextTextValue(); in deserialize()208 if (p.nextTextValue() == null) { in _deserializeCustom()271 String value = p.nextTextValue(); in deserialize()
198 String value = p.nextTextValue(); in deserialize()234 if (p.nextTextValue() == null) { in deserializeUsingCustom()
905 public String nextTextValue() throws IOException { in nextTextValue() method in JsonParser
186 Issue1912SubBean object = new Issue1912SubBean(p.nextTextValue() + "_custom"); in deserialize()
883 public String nextTextValue() throws IOException in nextTextValue() method in UTF8DataInputJsonParser
1175 public final String nextTextValue() throws IOException in nextTextValue() method in ReaderBasedJsonParser
1263 public String nextTextValue() throws IOException in nextTextValue() method in UTF8StreamJsonParser