Module tools.jackson.databind
Package tools.jackson.databind.deser.jdk
Class CollectionDeserializer.CollectionReferringAccumulator
java.lang.Object
tools.jackson.databind.deser.jdk.CollectionDeserializer.CollectionReferringAccumulator
- Enclosing class:
- CollectionDeserializer
Helper class for dealing with Object Id references for values contained in
collections being deserialized.
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionReferringAccumulator(Class<?> elementType, Collection<Object> result) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidresolveForwardReference(DeserializationContext ctxt, Object id, Object value)
-
Constructor Details
-
CollectionReferringAccumulator
-
-
Method Details
-
add
-
handleUnresolvedReference
-
resolveForwardReference
public void resolveForwardReference(DeserializationContext ctxt, Object id, Object value) throws JacksonException - Throws:
JacksonException
-