Home
last modified time | relevance | path

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

/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A DUnresolvedId.java11 public class UnresolvedId { class
16 public UnresolvedId(Object id, Class<?> type, JsonLocation where) { in UnresolvedId() method in UnresolvedId