Uses of Class
tools.jackson.databind.deser.bean.CreatorCandidate
Packages that use CreatorCandidate
Package
Description
Contains implementation classes of deserialization part of
data binding.
-
Uses of CreatorCandidate in tools.jackson.databind.deser
Methods in tools.jackson.databind.deser with parameters of type CreatorCandidateModifier 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 voidBasicDeserializerFactory._addSelectedPropertiesBasedCreator(DeserializationContext ctxt, BeanDescription.Supplier beanDescRef, CreatorCollector creators, CreatorCandidate candidate) Helper method called to add the single chosen "properties-based" Creator (if any). -
Uses of CreatorCandidate in tools.jackson.databind.deser.bean
Methods in tools.jackson.databind.deser.bean that return CreatorCandidateModifier and TypeMethodDescriptionstatic CreatorCandidateCreatorCandidate.construct(MapperConfig<?> config, AnnotatedWithParams creator, BeanPropertyDefinition[] propDefs)