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
Methods in com.fasterxml.jackson.databind.deser with parameters of type CreatorCollector Modifier and Type Method Description protected voidBasicDeserializerFactory. _addDeserializerConstructors(DeserializationContext ctxt, BeanDescription beanDesc, VisibilityChecker<?> vchecker, AnnotationIntrospector intr, CreatorCollector creators, Map<AnnotatedWithParams,BeanPropertyDefinition[]> creatorParams)protected voidBasicDeserializerFactory. _addDeserializerFactoryMethods(DeserializationContext ctxt, BeanDescription beanDesc, VisibilityChecker<?> vchecker, AnnotationIntrospector intr, CreatorCollector creators, Map<AnnotatedWithParams,BeanPropertyDefinition[]> creatorParams)protected voidBasicDeserializerFactory. _addExplicitAnyCreator(DeserializationContext ctxt, BeanDescription beanDesc, CreatorCollector creators, CreatorCandidate candidate)Helper method called when there is the explicit "is-creator", 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" with mode of "properties-based"protected booleanBasicDeserializerFactory. _handleSingleArgumentCreator(CreatorCollector creators, AnnotatedWithParams ctor, boolean isCreator, boolean isVisible)
-