_Artifact_ - the value typepublic class ProjoJacksonValueInstantiator<_Artifact_> extends com.fasterxml.jackson.databind.deser.ValueInstantiator.Base implements TryCatchUtilities
ProjoJacksonValueInstantiator is the main class for handling deserialization of Projo objects
in Jackson.com.fasterxml.jackson.databind.deser.ValueInstantiator.Base, com.fasterxml.jackson.databind.deser.ValueInstantiator.Delegating, com.fasterxml.jackson.databind.deser.ValueInstantiator.GettableTryCatchUtilities.Rethrow<_Type_>, TryCatchUtilities.TryCatch<_Type_>| Constructor and Description |
|---|
ProjoJacksonValueInstantiator(Class<_Artifact_> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateFromObjectWith() |
Object |
createFromObjectWith(com.fasterxml.jackson.databind.DeserializationContext context,
com.fasterxml.jackson.databind.deser.SettableBeanProperty[] properties,
com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer values) |
com.fasterxml.jackson.databind.deser.SettableBeanProperty[] |
getFromObjectArguments(com.fasterxml.jackson.databind.DeserializationConfig configuration) |
getValueClass, getValueTypeDesc_createFromStringFallbacks, canCreateFromBigDecimal, canCreateFromBigInteger, canCreateFromBoolean, canCreateFromDouble, canCreateFromInt, canCreateFromLong, canCreateFromString, canCreateUsingArrayDelegate, canCreateUsingDefault, canCreateUsingDelegate, canInstantiate, createContextual, createFromBigDecimal, createFromBigInteger, createFromBoolean, createFromDouble, createFromInt, createFromLong, createFromObjectWith, createFromString, createUsingArrayDelegate, createUsingDefault, createUsingDelegate, getArrayDelegateCreator, getArrayDelegateType, getDefaultCreator, getDelegateCreator, getDelegateType, getWithArgsCreatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittryCatchpublic ProjoJacksonValueInstantiator(Class<_Artifact_> type)
public boolean canCreateFromObjectWith()
canCreateFromObjectWith in class com.fasterxml.jackson.databind.deser.ValueInstantiatorpublic com.fasterxml.jackson.databind.deser.SettableBeanProperty[] getFromObjectArguments(com.fasterxml.jackson.databind.DeserializationConfig configuration)
getFromObjectArguments in class com.fasterxml.jackson.databind.deser.ValueInstantiatorpublic Object createFromObjectWith(com.fasterxml.jackson.databind.DeserializationContext context, com.fasterxml.jackson.databind.deser.SettableBeanProperty[] properties, com.fasterxml.jackson.databind.deser.impl.PropertyValueBuffer values) throws IOException
createFromObjectWith in class com.fasterxml.jackson.databind.deser.ValueInstantiatorIOExceptionCopyright © 2023. All rights reserved.