Package | Description |
---|---|
com.fasterxml.jackson.annotation |
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
|
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.
|
com.fasterxml.jackson.databind.ser.impl |
Contains implementation classes of serialization part of
data binding.
|
Modifier and Type | Field and Description |
---|---|
protected Map<ObjectIdGenerator.IdKey,Object> |
SimpleObjectIdResolver._items |
Modifier and Type | Method and Description |
---|---|
ObjectIdGenerator.IdKey |
ObjectIdGenerators.IntSequenceGenerator.key(Object key) |
ObjectIdGenerator.IdKey |
ObjectIdGenerators.UUIDGenerator.key(Object key) |
ObjectIdGenerator.IdKey |
ObjectIdGenerators.StringIdGenerator.key(Object key) |
abstract ObjectIdGenerator.IdKey |
ObjectIdGenerator.key(Object key)
Method for constructing key to use for ObjectId-to-POJO maps.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleObjectIdResolver.bindItem(ObjectIdGenerator.IdKey id,
Object ob) |
void |
ObjectIdResolver.bindItem(ObjectIdGenerator.IdKey id,
Object pojo)
Method called when a POJO is deserialized and has an Object Identifier.
|
Object |
SimpleObjectIdResolver.resolveId(ObjectIdGenerator.IdKey id) |
Object |
ObjectIdResolver.resolveId(ObjectIdGenerator.IdKey id)
Method called when deserialization encounters the given Object Identifier
and requires the POJO associated with it.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<ObjectIdGenerator.IdKey,ReadableObjectId> |
DefaultDeserializationContext._objectIds |
Modifier and Type | Method and Description |
---|---|
protected ReadableObjectId |
DefaultDeserializationContext.createReadableObjectId(ObjectIdGenerator.IdKey key)
Overridable factory method to create a new instance of ReadableObjectId or its
subclass.
|
Modifier and Type | Field and Description |
---|---|
protected ObjectIdGenerator.IdKey |
ReadableObjectId._key |
Modifier and Type | Method and Description |
---|---|
ObjectIdGenerator.IdKey |
ReadableObjectId.getKey() |
ObjectIdGenerator.IdKey |
PropertyBasedObjectIdGenerator.key(Object key) |
Constructor and Description |
---|
ReadableObjectId(ObjectIdGenerator.IdKey key) |
Modifier and Type | Method and Description |
---|---|
ObjectIdGenerator.IdKey |
PropertyBasedObjectIdGenerator.key(Object key) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.