Uses of Class
org.codehaus.jackson.map.deser.impl.CreatorCollector
-
Packages that use CreatorCollector Package Description org.codehaus.jackson.map.deser Contains implementation classes of deserialization part of data binding. -
-
Uses of CreatorCollector in org.codehaus.jackson.map.deser
Methods in org.codehaus.jackson.map.deser with parameters of type CreatorCollector Modifier and Type Method Description protected void
BeanDeserializerFactory. _addDeserializerConstructors(DeserializationConfig config, BasicBeanDescription beanDesc, VisibilityChecker<?> vchecker, AnnotationIntrospector intr, CreatorCollector creators)
protected void
BeanDeserializerFactory. _addDeserializerFactoryMethods(DeserializationConfig config, BasicBeanDescription beanDesc, VisibilityChecker<?> vchecker, AnnotationIntrospector intr, CreatorCollector creators)
Constructors in org.codehaus.jackson.map.deser with parameters of type CreatorCollector Constructor Description BeanDeserializer(AnnotatedClass forClass, JavaType type, BeanProperty property, CreatorCollector creators, BeanPropertyMap properties, Map<String,SettableBeanProperty> backRefs, HashSet<String> ignorableProps, boolean ignoreAllUnknown, SettableAnyProperty anySetter)
Deprecated.(since 1.9) Use the constructor that takesValueInstantiator
instead
-