Uses of Class
com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.CollectionReferring
-
Packages that use CollectionDeserializer.CollectionReferring Package Description com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. -
-
Uses of CollectionDeserializer.CollectionReferring in com.fasterxml.jackson.databind.deser.std
Fields in com.fasterxml.jackson.databind.deser.std with type parameters of type CollectionDeserializer.CollectionReferring Modifier and Type Field Description private java.util.List<CollectionDeserializer.CollectionReferring>
CollectionDeserializer.CollectionReferringAccumulator. _accumulator
A list ofCollectionDeserializer.CollectionReferring
to maintain ordering.
-