Uses of Class
tools.jackson.databind.deser.ReadableObjectId
Packages that use ReadableObjectId
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode), as well as
writing Java Objects and trees as JSON.Contains implementation classes of deserialization part of
data binding.
-
Uses of ReadableObjectId in tools.jackson.databind
Methods in tools.jackson.databind that return ReadableObjectIdModifier and TypeMethodDescriptionabstract ReadableObjectIdDeserializationContext.findObjectId(Object id, ObjectIdGenerator<?> generator, ObjectIdResolver resolver) Method called to find and return entry corresponding to given Object Id: will add an entry if necessary, and never returns null -
Uses of ReadableObjectId in tools.jackson.databind.deser
Fields in tools.jackson.databind.deser with type parameters of type ReadableObjectIdModifier and TypeFieldDescriptionprotected LinkedHashMap<ObjectIdGenerator.IdKey,ReadableObjectId> DeserializationContextExt._objectIdsMethods in tools.jackson.databind.deser that return ReadableObjectIdModifier and TypeMethodDescriptionprotected ReadableObjectIdDeserializationContextExt.createReadableObjectId(ObjectIdGenerator.IdKey key) Overridable factory method to create a new instance of ReadableObjectId or its subclass.DeserializationContextExt.findObjectId(Object id, ObjectIdGenerator<?> gen, ObjectIdResolver resolverType) UnresolvedForwardReference.getRoid()Methods in tools.jackson.databind.deser with parameters of type ReadableObjectIdModifier and TypeMethodDescriptionprotected booleanDeserializationContextExt.tryToResolveUnresolvedObjectId(ReadableObjectId roid) Overridable helper method called to try to resolve otherwise unresolvableReadableObjectId; and if this succeeds, returntrueto indicate problem has been resolved in some way, so that caller can avoid reporting it as an error.Constructors in tools.jackson.databind.deser with parameters of type ReadableObjectIdModifierConstructorDescriptionUnresolvedForwardReference(JsonParser p, String msg, TokenStreamLocation loc, ReadableObjectId roid)