|
Change Parameter Type matcher : ElementMatcher<? super MethodDescription> to matcher : ElementMatcher<? super MethodDescription.InDefinedShape> in method protected Entry(matcher ElementMatcher<? super MethodDescription.InDefinedShape>, methodVisitorWrapper MethodVisitorWrapper) in class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.Entry |
From |
To |
|
Change Parameter Type target : FieldDescription to target : FieldDescription.InDefinedShape in method public matches(target FieldDescription.InDefinedShape) : boolean in class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields.Entry |
From |
To |
|
Change Parameter Type matcher : ElementMatcher<? super FieldDescription> to matcher : ElementMatcher<? super FieldDescription.InDefinedShape> in method protected Entry(matcher ElementMatcher<? super FieldDescription.InDefinedShape>, fieldVisitorWrapper FieldVisitorWrapper) in class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields.Entry |
From |
To |
|
Change Parameter Type target : MethodDescription to target : MethodDescription.InDefinedShape in method public matches(target MethodDescription.InDefinedShape) : boolean in class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.Entry |
From |
To |
|
Move Class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredField.Entry moved to net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields.Entry |
From |
To |
|
Move Class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredField.FieldVisitorWrapper moved to net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields.FieldVisitorWrapper |
From |
To |
|
Move Class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethod.Entry moved to net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.Entry |
From |
To |
|
Move Class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethod.MethodVisitorWrapper moved to net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.MethodVisitorWrapper |
From |
To |
|
Move Class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethod.DispatchingVisitor moved to net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods.DispatchingVisitor |
From |
To |
|
Move Class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredField.DispatchingVisitor moved to net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredFields.DispatchingVisitor |
From |
To |