Searched refs:readValuesAs (Results 1 – 2 of 2) sorted by relevance
1877 public <T> Iterator<T> readValuesAs(Class<T> valueType) throws IOException { in readValuesAs() method in JsonParser1885 public <T> Iterator<T> readValuesAs(TypeReference<T> valueTypeRef) throws IOException { in readValuesAs() method in JsonParser
171 Iterator<Bean> it = jp.readValuesAs(Bean.class); in testRootBeansWithParser()