Package | Description |
---|---|
com.fasterxml.jackson.core.base |
Base classes used by concrete Parser and Generator implementations;
contain functionality that is not specific to JSON or input
abstraction (byte vs char).
|
com.fasterxml.jackson.core.exc |
Package for some of
JsonProcessingException
subtypes contained by streaming API. |
Modifier and Type | Method and Description |
---|---|
protected void |
ParserMinimalBase._reportInputCoercion(String msg,
JsonToken inputType,
Class<?> targetType) |
Modifier and Type | Method and Description |
---|---|
InputCoercionException |
InputCoercionException.withParser(JsonParser p)
Fluent method that may be used to assign originating
JsonParser ,
to be accessed using StreamReadException.getProcessor() . |
InputCoercionException |
InputCoercionException.withRequestPayload(RequestPayload p) |
Copyright © 2008–2021 FasterXML. All rights reserved.