Home
last modified time | relevance | path

Searched defs:readValuesAs (Results 1 – 1 of 1) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java1877 public <T> Iterator<T> readValuesAs(Class<T> valueType) throws IOException { in readValuesAs() method in JsonParser
1885 public <T> Iterator<T> readValuesAs(TypeReference<T> valueTypeRef) throws IOException { in readValuesAs() method in JsonParser