Uses of Class
tools.jackson.databind.deser.bean.CreatorCollector
Packages that use CreatorCollector
Package
Description
Contains implementation classes of deserialization part of
data binding.
-
Uses of CreatorCollector in tools.jackson.databind.deser
Methods in tools.jackson.databind.deser with parameters of type CreatorCollectorModifier and TypeMethodDescriptionprivate booleanBasicDeserializerFactory._addExplicitDelegatingCreator(DeserializationContext ctxt, BeanDescription.Supplier beanDescRef, CreatorCollector creators, CreatorCandidate candidate) Helper method called when there is the explicit "is-creator" with mode of "delegating"private booleanBasicDeserializerFactory._addExplicitDelegatingCreators(DeserializationContext ctxt, BeanDescription.Supplier beanDescRef, CreatorCollector creators, List<PotentialCreator> potentials) private voidBasicDeserializerFactory._addImplicitDelegatingConstructors(DeserializationContext ctxt, BeanDescription.Supplier beanDescRef, VisibilityChecker vchecker, CreatorCollector creators, List<PotentialCreator> potentials) private voidBasicDeserializerFactory._addImplicitDelegatingFactories(DeserializationContext ctxt, VisibilityChecker vchecker, CreatorCollector creators, List<PotentialCreator> potentials) private voidBasicDeserializerFactory._addSelectedPropertiesBasedCreator(DeserializationContext ctxt, BeanDescription.Supplier beanDescRef, CreatorCollector creators, CreatorCandidate candidate) Helper method called to add the single chosen "properties-based" Creator (if any).private booleanBasicDeserializerFactory._handleSingleArgumentCreator(CreatorCollector creators, AnnotatedWithParams ctor, boolean isCreator, boolean isVisible)