Uses of Class
com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.CollectionReferringAccumulator
-
Packages that use CollectionDeserializer.CollectionReferringAccumulator Package Description com.fasterxml.jackson.databind.deser.std Contains public standard implementations of abstraction that Jackson uses. -
-
Uses of CollectionDeserializer.CollectionReferringAccumulator in com.fasterxml.jackson.databind.deser.std
Fields in com.fasterxml.jackson.databind.deser.std declared as CollectionDeserializer.CollectionReferringAccumulator Modifier and Type Field Description private CollectionDeserializer.CollectionReferringAccumulator
CollectionDeserializer.CollectionReferring. _parent
Constructors in com.fasterxml.jackson.databind.deser.std with parameters of type CollectionDeserializer.CollectionReferringAccumulator Constructor Description CollectionReferring(CollectionDeserializer.CollectionReferringAccumulator parent, UnresolvedForwardReference reference, java.lang.Class<?> contentType)
-