| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of 
 data binding. | 
| com.fasterxml.jackson.databind.deser.impl | Contains those implementation classes of deserialization part of 
 data binding that are not considered part of public or semi-public
 interfaces. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | BasicDeserializerFactory. _addExplicitAnyCreator(DeserializationContext ctxt,
                      BeanDescription beanDesc,
                      CreatorCollector creators,
                      CreatorCandidate candidate)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" with mode of "properties-based" | 
| Modifier and Type | Method and Description | 
|---|---|
| static CreatorCandidate | CreatorCandidate. construct(AnnotationIntrospector intr,
         AnnotatedWithParams creator,
         BeanPropertyDefinition[] propDefs) | 
Copyright © 2008–2020 FasterXML. All rights reserved.