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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA list ofCollectionDeserializer.CollectionReferringto maintain ordering.private final Class<?> private final Collection<Object> -
Constructor Summary
ConstructorsConstructorDescriptionCollectionReferringAccumulator(Class<?> elementType, Collection<Object> result) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidresolveForwardReference(DeserializationContext ctxt, Object id, Object value)
-
Field Details
-
_elementType
-
_result
-
_accumulator
A list ofCollectionDeserializer.CollectionReferringto maintain ordering.
-
-
Constructor Details
-
CollectionReferringAccumulator
-
-
Method Details
-
add
-
handleUnresolvedReference
-
resolveForwardReference
public void resolveForwardReference(DeserializationContext ctxt, Object id, Object value) throws tools.jackson.core.JacksonException - Throws:
tools.jackson.core.JacksonException
-