Uses of Class
com.fasterxml.jackson.databind.deser.BasicDeserializerFactory.CreatorCollectionState
Packages that use BasicDeserializerFactory.CreatorCollectionState
Package
Description
Contains implementation classes of deserialization part of
data binding.
-
Uses of BasicDeserializerFactory.CreatorCollectionState in com.fasterxml.jackson.databind.deser
Methods in com.fasterxml.jackson.databind.deser with parameters of type BasicDeserializerFactory.CreatorCollectionStateModifier and TypeMethodDescriptionprotected void
BasicDeserializerFactory._addExplicitConstructorCreators
(DeserializationContext ctxt, BasicDeserializerFactory.CreatorCollectionState ccState, boolean findImplicit) protected void
BasicDeserializerFactory._addExplicitFactoryCreators
(DeserializationContext ctxt, BasicDeserializerFactory.CreatorCollectionState ccState, boolean findImplicit) protected void
BasicDeserializerFactory._addImplicitConstructorCreators
(DeserializationContext ctxt, BasicDeserializerFactory.CreatorCollectionState ccState, List<CreatorCandidate> ctorCandidates) protected void
BasicDeserializerFactory._addImplicitFactoryCreators
(DeserializationContext ctxt, BasicDeserializerFactory.CreatorCollectionState ccState, List<CreatorCandidate> factoryCandidates) protected void
BasicDeserializerFactory._addRecordConstructor
(DeserializationContext ctxt, BasicDeserializerFactory.CreatorCollectionState ccState, AnnotatedConstructor canonical, List<String> implicitNames) Deprecated.since 2.15 - no longer used, but kept because this protected method might have been overridden/used elsewhere