public class WrappedValueInstantiator<T>
extends com.fasterxml.jackson.databind.deser.ValueInstantiator
| Constructor and Description |
|---|
WrappedValueInstantiator(java.lang.Class<T> targetClass)
Constructor for WrappedValueInstantiator
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateUsingDefault()
Method implementation makes possible to use createUsingDefault method
for POJO wrapper instantiation
|
java.lang.Object |
createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Method instantiate wrapper for POJO
|
_createFromStringFallbacks, canCreateFromBoolean, canCreateFromDouble, canCreateFromInt, canCreateFromLong, canCreateFromObjectWith, canCreateFromString, canCreateUsingArrayDelegate, canCreateUsingDelegate, canInstantiate, createFromBoolean, createFromDouble, createFromInt, createFromLong, createFromObjectWith, createFromObjectWith, createFromString, createUsingArrayDelegate, createUsingDelegate, getArrayDelegateCreator, getArrayDelegateType, getDefaultCreator, getDelegateCreator, getDelegateType, getFromObjectArguments, getIncompleteParameter, getValueClass, getValueTypeDesc, getWithArgsCreatorpublic WrappedValueInstantiator(java.lang.Class<T> targetClass)
targetClass - <T> class for wrapper instantiationpublic boolean canCreateUsingDefault()
canCreateUsingDefault in class com.fasterxml.jackson.databind.deser.ValueInstantiatorpublic java.lang.Object createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext ctxt)
createUsingDefault in class com.fasterxml.jackson.databind.deser.ValueInstantiatorctxt - deserialization contextCopyright © 2021. All Rights Reserved.