Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonParser.java1846 public <T> T readValueAs(Class<T> valueType) throws IOException { in readValueAs() method in JsonParser
1869 public <T> T readValueAs(TypeReference<?> valueTypeRef) throws IOException { in readValueAs() method in JsonParser