| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.deser | 
 Contains implementation classes of deserialization part of 
 data binding. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
CreatorCollector | 
BasicDeserializerFactory.CreatorCollectionState.creators  | 
| Modifier and Type | Method and Description | 
|---|---|
protected 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)  | 
| Constructor and Description | 
|---|
CreatorCollectionState(DeserializationContext ctxt,
                      BeanDescription bd,
                      VisibilityChecker<?> vc,
                      CreatorCollector cc,
                      Map<AnnotatedWithParams,BeanPropertyDefinition[]> cp)  | 
Copyright © 2008–2021 FasterXML. All rights reserved.