| 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  JsonProcessingExceptionsubtypes 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 usingStreamReadException.getProcessor(). | 
| InputCoercionException | InputCoercionException. withRequestPayload(RequestPayload p) | 
Copyright © 2008–2022 FasterXML. All rights reserved.