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 |
---|---|
List<CreatorCandidate> |
BasicDeserializerFactory.CreatorCollectionState.implicitConstructorCandidates() |
List<CreatorCandidate> |
BasicDeserializerFactory.CreatorCollectionState.implicitFactoryCandidates() |
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 void |
BasicDeserializerFactory._validateNamedPropertyParameter(DeserializationContext ctxt,
BeanDescription beanDesc,
CreatorCandidate candidate,
int paramIndex,
PropertyName name,
JacksonInject.Value injectId) |
void |
BasicDeserializerFactory.CreatorCollectionState.addImplicitConstructorCandidate(CreatorCandidate cc) |
void |
BasicDeserializerFactory.CreatorCollectionState.addImplicitFactoryCandidate(CreatorCandidate cc) |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicDeserializerFactory._addImplicitConstructorCreators(DeserializationContext ctxt,
BasicDeserializerFactory.CreatorCollectionState ccState,
List<CreatorCandidate> ctorCandidates) |
protected void |
BasicDeserializerFactory._addImplicitFactoryCreators(DeserializationContext ctxt,
BasicDeserializerFactory.CreatorCollectionState ccState,
List<CreatorCandidate> factoryCandidates) |
Modifier and Type | Method and Description |
---|---|
static CreatorCandidate |
CreatorCandidate.construct(AnnotationIntrospector intr,
AnnotatedWithParams creator,
BeanPropertyDefinition[] propDefs) |
Copyright © 2008–2021 FasterXML. All rights reserved.