|
Change Parameter Type contextClass : AnnotatedClass to contextClass : TypeResolutionContext in method public AnnotatedField(contextClass TypeResolutionContext, field Field, annMap AnnotationMap) in class com.fasterxml.jackson.databind.introspect.AnnotatedField |
From |
To |
|
Change Parameter Type ctxt : AnnotatedClass to ctxt : TypeResolutionContext in method protected AnnotatedWithParams(ctxt TypeResolutionContext, annotations AnnotationMap, paramAnnotations AnnotationMap[]) in class com.fasterxml.jackson.databind.introspect.AnnotatedWithParams |
From |
To |
|
Change Parameter Type contextClass : AnnotatedClass to typeContext : TypeResolutionContext in method public VirtualAnnotatedMember(typeContext TypeResolutionContext, declaringClass Class<?>, name String, rawType Class<?>) in class com.fasterxml.jackson.databind.introspect.VirtualAnnotatedMember |
From |
To |
|
Change Parameter Type ctxt : AnnotatedClass to ctxt : TypeResolutionContext in method public AnnotatedConstructor(ctxt TypeResolutionContext, constructor Constructor<?>, classAnn AnnotationMap, paramAnn AnnotationMap[]) in class com.fasterxml.jackson.databind.introspect.AnnotatedConstructor |
From |
To |
|
Change Parameter Type ctxt : AnnotatedClass to ctxt : TypeResolutionContext in method protected AnnotatedMember(ctxt TypeResolutionContext, annotations AnnotationMap) in class com.fasterxml.jackson.databind.introspect.AnnotatedMember |
From |
To |
|
Change Parameter Type ctxt : AnnotatedClass to ctxt : TypeResolutionContext in method public AnnotatedMethod(ctxt TypeResolutionContext, method Method, classAnn AnnotationMap, paramAnnotations AnnotationMap[]) in class com.fasterxml.jackson.databind.introspect.AnnotatedMethod |
From |
To |