Home
last modified time | relevance | path

Searched refs:nextTextValue (Results 1 – 8 of 8) sorted by relevance

/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/
DNextXxxAccessTest.java327 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()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/
DStringArrayDeserializer.java151 String value = p.nextTextValue(); in deserialize()
208 if (p.nextTextValue() == null) { in _deserializeCustom()
271 String value = p.nextTextValue(); in deserialize()
DStringCollectionDeserializer.java198 String value = p.nextTextValue(); in deserialize()
234 if (p.nextTextValue() == null) { in deserializeUsingCustom()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java905 public String nextTextValue() throws IOException { in nextTextValue() method in JsonParser
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestBeanDeserializer.java186 Issue1912SubBean object = new Issue1912SubBean(p.nextTextValue() + "_custom"); in deserialize()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DUTF8DataInputJsonParser.java883 public String nextTextValue() throws IOException in nextTextValue() method in UTF8DataInputJsonParser
DReaderBasedJsonParser.java1175 public final String nextTextValue() throws IOException in nextTextValue() method in ReaderBasedJsonParser
DUTF8StreamJsonParser.java1263 public String nextTextValue() throws IOException in nextTextValue() method in UTF8StreamJsonParser