Home
last modified time | relevance | path

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

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/exc/
DBasicExceptionTest.java84 assertNull(e.getKnownPropertyIds()); in testIgnoredProperty()
103 Collection<Object> ids = e.getKnownPropertyIds(); in testUnrecognizedProperty()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/exc/
DPropertyBindingException.java138 public Collection<Object> getKnownPropertyIds() in getKnownPropertyIds() method in PropertyBindingException