|
Change Parameter Type attrs : Map<Object,Object> to attrs : Map<?,?> in method public withAttributes(attrs Map<?,?>) : ObjectWriter in class com.fasterxml.jackson.databind.ObjectWriter |
From |
To |
|
Change Parameter Type attributes : Map<Object,Object> to attributes : Map<?,?> in method public abstract withSharedAttributes(attributes Map<?,?>) : ContextAttributes in class com.fasterxml.jackson.databind.cfg.ContextAttributes |
From |
To |
|
Change Parameter Type shared : Map<Object,Object> to shared : Map<?,?> in method public withSharedAttributes(shared Map<?,?>) : ContextAttributes in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl |
From |
To |
|
Change Parameter Type shared : Map<Object,Object> to shared : Map<?,?> in method protected Impl(shared Map<?,?>) in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl |
From |
To |
|
Change Parameter Type attrs : Map<Object,Object> to attrs : Map<?,?> in method public withAttributes(attrs Map<?,?>) : ObjectReader in class com.fasterxml.jackson.databind.ObjectReader |
From |
To |
|
Change Parameter Type shared : Map<Object,Object> to shared : Map<?,?> in method protected Impl(shared Map<?,?>, nonShared Map<Object,Object>) in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl |
From |
To |
|
Change Parameter Type src : Map<Object,Object> to src : Map<?,?> in method private _copy(src Map<?,?>) : Map<Object,Object> in class com.fasterxml.jackson.databind.cfg.ContextAttributes.Impl |
From |
To |
|
Change Parameter Type attributes : Map<Object,Object> to attributes : Map<?,?> in method public withAttributes(attributes Map<?,?>) : T in class com.fasterxml.jackson.databind.cfg.MapperConfigBase |
From |
To |