public class MissingInstantiatorHandler
extends com.fasterxml.jackson.databind.deser.DeserializationProblemHandler
Constructor and Description |
---|
MissingInstantiatorHandler() |
Modifier and Type | Method and Description |
---|---|
Object |
handleMissingInstantiator(com.fasterxml.jackson.databind.DeserializationContext ctxt,
Class<?> instClass,
com.fasterxml.jackson.databind.deser.ValueInstantiator valueInst,
com.fasterxml.jackson.core.JsonParser jsonParser,
String msg) |
handleInstantiationProblem, handleMissingInstantiator, handleMissingTypeId, handleUnexpectedToken, handleUnexpectedToken, handleUnknownProperty, handleUnknownTypeId, handleWeirdKey, handleWeirdNativeValue, handleWeirdNumberValue, handleWeirdStringValue
public Object handleMissingInstantiator(com.fasterxml.jackson.databind.DeserializationContext ctxt, Class<?> instClass, com.fasterxml.jackson.databind.deser.ValueInstantiator valueInst, com.fasterxml.jackson.core.JsonParser jsonParser, String msg) throws IOException, com.fasterxml.jackson.core.JacksonException
handleMissingInstantiator
in class com.fasterxml.jackson.databind.deser.DeserializationProblemHandler
IOException
com.fasterxml.jackson.core.JacksonException
Copyright © 2022 FasterXML. All rights reserved.