Uses of Class
com.fasterxml.jackson.databind.deser.impl.CreatorCollector
Packages that use CreatorCollector
Package
Description
Contains implementation classes of deserialization part of
data binding.
-
Uses of CreatorCollector in com.fasterxml.jackson.databind.deser
Fields in com.fasterxml.jackson.databind.deser declared as CreatorCollectorModifier and TypeFieldDescriptionfinal CreatorCollector
BasicDeserializerFactory.CreatorCollectionState.creators
Methods in com.fasterxml.jackson.databind.deser with parameters of type CreatorCollectorModifier and TypeMethodDescriptionprotected void
BasicDeserializerFactory._addExplicitAnyCreator
(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCollector creators, CreatorCandidate candidate) Deprecated.protected void
BasicDeserializerFactory._addExplicitAnyCreator
(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCollector creators, CreatorCandidate candidate, ConstructorDetector ctorDetector) Helper method called when there is explicit "is-creator" marker, but no mode declaration.protected void
BasicDeserializerFactory._addExplicitDelegatingCreator
(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCollector creators, CreatorCandidate candidate) Helper method called when there is the explicit "is-creator" with mode of "delegating"protected void
BasicDeserializerFactory._addExplicitPropertyCreator
(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCollector creators, CreatorCandidate candidate) Helper method called when there is the explicit "is-creator" annotation with mode of "properties-based"protected boolean
BasicDeserializerFactory._handleSingleArgumentCreator
(CreatorCollector creators, AnnotatedWithParams ctor, boolean isCreator, boolean isVisible) Constructors in com.fasterxml.jackson.databind.deser with parameters of type CreatorCollectorModifierConstructorDescriptionCreatorCollectionState
(DeserializationContext ctxt, BeanDescription bd, VisibilityChecker<?> vc, CreatorCollector cc, Map<AnnotatedWithParams, BeanPropertyDefinition[]> cp)