Uses of Class
com.fasterxml.jackson.databind.deser.impl.CreatorCollector
-
Packages that use CreatorCollector Package Description com.fasterxml.jackson.databind.deser 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 CreatorCollector Modifier and Type Field Description CreatorCollectorBasicDeserializerFactory.CreatorCollectionState. creatorsMethods in com.fasterxml.jackson.databind.deser with parameters of type CreatorCollector Modifier and Type Method Description protected voidBasicDeserializerFactory. _addExplicitAnyCreator(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCollector creators, CreatorCandidate candidate)Deprecated.protected voidBasicDeserializerFactory. _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 voidBasicDeserializerFactory. _addExplicitDelegatingCreator(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCollector creators, CreatorCandidate candidate)Helper method called when there is the explicit "is-creator" with mode of "delegating"protected voidBasicDeserializerFactory. _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 booleanBasicDeserializerFactory. _handleSingleArgumentCreator(CreatorCollector creators, AnnotatedWithParams ctor, boolean isCreator, boolean isVisible)Constructors in com.fasterxml.jackson.databind.deser with parameters of type CreatorCollector Constructor Description CreatorCollectionState(DeserializationContext ctxt, BeanDescription bd, VisibilityChecker<?> vc, CreatorCollector cc, java.util.Map<AnnotatedWithParams,BeanPropertyDefinition[]> cp)
-