-
- All Implemented Interfaces:
public final class ObjectMapperDecoder.CustomDeserializationProblemHandler extends DeserializationProblemHandler
-
-
Constructor Summary
Constructors Constructor Description ObjectMapperDecoder.CustomDeserializationProblemHandler()
-
Method Summary
Modifier and Type Method Description JavaTypehandleUnknownTypeId(DeserializationContext ctxt, JavaType baseType, String subTypeId, TypeIdResolver idResolver, String failureMsg)-
Methods inherited from class kotlin.Any
equals, hashCode, toString -
Methods inherited from class com.fasterxml.jackson.databind.deser.DeserializationProblemHandler
handleInstantiationProblem, handleMissingInstantiator, handleMissingInstantiator, handleMissingTypeId, handleUnexpectedToken, handleUnexpectedToken, handleUnknownProperty, handleWeirdKey, handleWeirdNativeValue, handleWeirdNumberValue, handleWeirdStringValue -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
handleUnknownTypeId
JavaType handleUnknownTypeId(DeserializationContext ctxt, JavaType baseType, String subTypeId, TypeIdResolver idResolver, String failureMsg)
-
-
-
-