Modifier and Type | Class and Description |
---|---|
class |
SimpleObjectIdResolver
Simple implementation of
ObjectIdResolver |
Modifier and Type | Method and Description |
---|---|
ObjectIdResolver |
SimpleObjectIdResolver.newForDeserialization(Object context) |
ObjectIdResolver |
ObjectIdResolver.newForDeserialization(Object context)
Factory method called to create a new instance to use for
deserialization: needed since resolvers may have state (a pool of
objects).
|
Modifier and Type | Method and Description |
---|---|
boolean |
SimpleObjectIdResolver.canUseFor(ObjectIdResolver resolverType) |
boolean |
ObjectIdResolver.canUseFor(ObjectIdResolver resolverType)
Method called to check whether this resolver instance can be used for
Object Ids of specific resolver type; determination is based by passing a
configured "blueprint" (prototype) instance; from which the actual
instances are created (using
newForDeserialization(java.lang.Object) ). |
Copyright © 2008–2018 FasterXML. All rights reserved.