public class PolymorphicValueInstantiator
extends com.fasterxml.jackson.databind.deser.std.StdValueInstantiator
_constructorArguments, _defaultCreator, _delegateArguments, _delegateCreator, _delegateType, _fromBooleanCreator, _fromDoubleCreator, _fromIntCreator, _fromLongCreator, _fromStringCreator, _incompleteParameter, _valueTypeDesc, _withArgsCreator| Constructor and Description |
|---|
PolymorphicValueInstantiator(com.fasterxml.jackson.databind.deser.std.StdValueInstantiator src,
Class<?> polymorphicSubClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreateUsingDefault() |
Object |
createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext ctxt) |
canCreateFromBoolean, canCreateFromDouble, canCreateFromInt, canCreateFromLong, canCreateFromObjectWith, canCreateFromString, canCreateUsingDelegate, configureFromBooleanCreator, configureFromDoubleCreator, configureFromIntCreator, configureFromLongCreator, configureFromObjectSettings, configureFromStringCreator, configureIncompleteParameter, createFromBoolean, createFromDouble, createFromInt, createFromLong, createFromObjectWith, createFromString, createUsingDelegate, getDefaultCreator, getDelegateCreator, getDelegateType, getFromObjectArguments, getIncompleteParameter, getValueTypeDesc, getWithArgsCreator, wrapExceptionpublic PolymorphicValueInstantiator(com.fasterxml.jackson.databind.deser.std.StdValueInstantiator src,
Class<?> polymorphicSubClass)
public boolean canCreateUsingDefault()
canCreateUsingDefault in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiatorpublic Object createUsingDefault(com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
createUsingDefault in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiatorIOExceptionCopyright © 2016. All rights reserved.