|
Change Parameter Type dynamicValues : Map<TypeDescription,DynamicValue<?>> to dynamicValues : Map<Class<? extends Annotation>,DynamicValue<?>> in method protected WithCustomMapping(dynamicValues Map<Class<? extends Annotation>,DynamicValue<?>>) in class net.bytebuddy.asm.Advice.WithCustomMapping |
From |
To |
|
Change Parameter Type annotationType : TypeDescription to type : Class<S> in method protected Factory(type Class<S>, dynamicValue DynamicValue<S>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForUserValue.Factory |
From |
To |
|
Change Parameter Type annotation : AnnotationDescription to annotation : AnnotationDescription.Loadable<S> in method public resolve(instrumentedMethod MethodDescription.InDefinedShape, target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<S>, initialized boolean) : Serializable in class net.bytebuddy.asm.Advice.DynamicValue.ForFixedValue |
From |
To |
|
Change Parameter Type dynamicValue : DynamicValue<?> to dynamicValue : DynamicValue<S> in method protected Factory(type Class<S>, dynamicValue DynamicValue<S>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForUserValue.Factory |
From |
To |
|
Change Parameter Type dynamicValue : DynamicValue<?> to dynamicValue : DynamicValue<T> in method protected ForUserValue(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<T>, dynamicValue DynamicValue<T>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForUserValue |
From |
To |
|
Change Parameter Type userAnnotation : AnnotationDescription to annotation : AnnotationDescription.Loadable<T> in method protected ForUserValue(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<T>, dynamicValue DynamicValue<T>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForUserValue |
From |
To |
|
Rename Parameter mappedParameter : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method public resolve(instrumentedMethod MethodDescription.InDefinedShape, target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<S>, initialized boolean) : Serializable in class net.bytebuddy.asm.Advice.DynamicValue.ForFixedValue |
From |
To |
|
Rename Parameter userAnnotation : AnnotationDescription to annotation : AnnotationDescription.Loadable<T> in method protected ForUserValue(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<T>, dynamicValue DynamicValue<T>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForUserValue |
From |
To |
|
Rename Parameter mappedParameter : ParameterDescription.InDefinedShape to target : ParameterDescription.InDefinedShape in method protected ForUserValue(target ParameterDescription.InDefinedShape, annotation AnnotationDescription.Loadable<T>, dynamicValue DynamicValue<T>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForUserValue |
From |
To |
|
Rename Parameter annotationType : TypeDescription to type : Class<S> in method protected Factory(type Class<S>, dynamicValue DynamicValue<S>) in class net.bytebuddy.asm.Advice.Dispatcher.OffsetMapping.ForUserValue.Factory |
From |
To |