Home
last modified time | relevance | path

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

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDeserializationContext.java988 Collection<Object> propIds = (deser == null) ? null : deser.getKnownPropertyNames(); in handleUnknownProperty() local
990 instanceOrClass, propName, propIds); in handleUnknownProperty()
1693 Collection<Object> propIds = (deser == null) ? null : deser.getKnownPropertyNames(); in reportUnknownProperty() local
1695 instanceOrClass, fieldName, propIds); in reportUnknownProperty()