Package | Description |
---|---|
com.fasterxml.jackson.databind.deser |
Contains implementation classes of deserialization part of
data binding.
|
com.fasterxml.jackson.databind.deser.impl |
Contains those implementation classes of deserialization part of
data binding that are not considered part of public or semi-public
interfaces.
|
Modifier and Type | Field and Description |
---|---|
protected ExternalTypeHandler |
BeanDeserializerBase._externalTypeIdHandler
Handler that we need iff any of properties uses external
type id.
|
Modifier and Type | Method and Description |
---|---|
ExternalTypeHandler |
ExternalTypeHandler.Builder.build()
Deprecated.
|
ExternalTypeHandler |
ExternalTypeHandler.Builder.build(BeanPropertyMap otherProps)
Method called after all external properties have been assigned, to further
link property with polymorphic value with possible property for type id
itself.
|
ExternalTypeHandler |
ExternalTypeHandler.start()
Method called to start collection process by creating non-blueprint
instances.
|
Constructor and Description |
---|
ExternalTypeHandler(ExternalTypeHandler h) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.