| 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 | Description |
|---|---|---|
protected ExternalTypeHandler |
BeanDeserializerBase._externalTypeIdHandler |
Handler that we need iff any of properties uses external
type id.
|
| Modifier and Type | Method | Description |
|---|---|---|
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 | Description |
|---|---|
ExternalTypeHandler(ExternalTypeHandler h) |
Copyright © 2008–2018. All rights reserved.