public class UnexpectedTypeError extends ParserError
| Constructor and Description |
|---|
UnexpectedTypeError(Class<?> expected,
Object found) |
UnexpectedTypeError(String fieldName,
Class<?> expected,
com.fasterxml.jackson.databind.JsonNode node) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getExpected() |
Object |
getFound() |
getLocation, getMessage, setLocation, toStringCopyright © 2018 Symphony Software Foundation. All rights reserved.