|
Change Parameter Type delegateArgs : CreatorProperty[] to delegateArgs : SettableBeanProperty[] in method public configureFromObjectSettings(defaultCreator AnnotatedWithParams, delegateCreator AnnotatedWithParams, delegateType JavaType, delegateArgs SettableBeanProperty[], withArgsCreator AnnotatedWithParams, constructorArgs SettableBeanProperty[]) : void in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator |
From |
To |
|
Change Parameter Type constructorArgs : CreatorProperty[] to constructorArgs : SettableBeanProperty[] in method public configureFromObjectSettings(defaultCreator AnnotatedWithParams, delegateCreator AnnotatedWithParams, delegateType JavaType, delegateArgs SettableBeanProperty[], withArgsCreator AnnotatedWithParams, constructorArgs SettableBeanProperty[]) : void in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator |
From |
To |
|
Change Parameter Type properties : CreatorProperty[] to properties : SettableBeanProperty[] in method public addPropertyCreator(creator AnnotatedWithParams, explicit boolean, properties SettableBeanProperty[]) : void in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector |
From |
To |
|
Change Parameter Type injectables : CreatorProperty[] to injectables : SettableBeanProperty[] in method public addDelegatingCreator(creator AnnotatedWithParams, explicit boolean, injectables SettableBeanProperty[]) : void in class com.fasterxml.jackson.databind.deser.impl.CreatorCollector |
From |
To |
|
Change Variable Type prop : CreatorProperty to prop : SettableBeanProperty in method protected _checkImplicitlyNamedConstructors(ctxt DeserializationContext, beanDesc BeanDescription, vchecker VisibilityChecker<?>, intr AnnotationIntrospector, creators CreatorCollector, implicitCtors List<AnnotatedConstructor>) : void in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory |
From |
To |
|
Change Variable Type prop : CreatorProperty to prop : SettableBeanProperty in method public createUsingDelegate(ctxt DeserializationContext, delegate Object) : Object in class com.fasterxml.jackson.databind.deser.std.StdValueInstantiator |
From |
To |
|
Change Variable Type prop : CreatorProperty to prop : SettableBeanProperty in method protected constructCreatorProperty(ctxt DeserializationContext, beanDesc BeanDescription, name PropertyName, index int, param AnnotatedParameter, injectableValueId Object) : SettableBeanProperty in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory |
From |
To |
|
Change Variable Type foundProps : CreatorProperty[] to foundProps : SettableBeanProperty[] in method protected _checkImplicitlyNamedConstructors(ctxt DeserializationContext, beanDesc BeanDescription, vchecker VisibilityChecker<?>, intr AnnotationIntrospector, creators CreatorCollector, implicitCtors List<AnnotatedConstructor>) : void in class com.fasterxml.jackson.databind.deser.BasicDeserializerFactory |
From |
To |