Uses of Class
tools.jackson.databind.exc.MismatchedInputException
Packages that use MismatchedInputException
Package
Description
Contains support for Java (8) Time (JSR-310) types: always available (as of Jackson 3.0)
but included similar to
JacksonModules for better configurability.-
Uses of MismatchedInputException in tools.jackson.databind.exc
Subclasses of MismatchedInputException in tools.jackson.databind.excModifier and TypeClassDescriptionclassSpecializedDatabindExceptionsub-class used to indicate case where an explicitly ignored property is encountered, and mapper is configured to consider this an error.classSpecialized sub-class ofMismatchedInputExceptionthat is used when the underlying problem appears to be that of bad formatting of a value to deserialize.classException thrown if a `null` value is being encountered for a property designed as "fail on null" property (seeJsonSetter).classException thrown when resolution of a type id fails.classBase class forMismatchedInputExceptions that are specifically related to problems related to binding an individual property.classSpecializedPropertyBindingExceptionsub-class specifically used to indicate problems due to encountering a JSON property that could not be mapped to an Object property (via getter, constructor argument or field).Methods in tools.jackson.databind.exc that return MismatchedInputExceptionModifier and TypeMethodDescriptionstatic MismatchedInputExceptionstatic MismatchedInputExceptionMismatchedInputException.setCurrentToken(tools.jackson.core.JsonToken t) MismatchedInputException.setTargetType(JavaType t) -
Uses of MismatchedInputException in tools.jackson.databind.ext.javatime
Subclasses of MismatchedInputException in tools.jackson.databind.ext.javatimeModifier and TypeClassDescriptionclassSpecialized exception to be thrown when deserialization ofjava.timeinstances fails due toDateTimeExceptionor related exceptions.