Package | Description |
---|---|
com.fasterxml.jackson.databind.exc |
Modifier and Type | Method and Description |
---|---|
static IgnoredPropertyException |
IgnoredPropertyException.from(com.fasterxml.jackson.core.JsonParser p,
java.lang.Object fromObjectOrClass,
java.lang.String propertyName,
java.util.Collection<java.lang.Object> propertyIds)
Factory method used for constructing instances of this exception type.
|