|
Change Parameter Type fieldType : TypeDescription to fieldType : TypeDefinition in method public withInstanceField(fieldName String, fieldType TypeDefinition) : InvokeDynamic in class net.bytebuddy.implementation.InvokeDynamic |
From |
To |
|
Change Parameter Type typeDescription : TypeDescription to typeDefinition : TypeDefinition in method public as(typeDefinition TypeDefinition) : InvokeDynamic in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType |
From |
To |
|
Change Parameter Type type : Class<?> to type : Type in method public as(type Type) : InvokeDynamic in class net.bytebuddy.implementation.InvokeDynamic.WithImplicitFieldType |
From |
To |
|
Change Parameter Type fieldType : Class<?> to fieldType : Type in method public withInstanceField(fieldName String, fieldType Type) : InvokeDynamic in class net.bytebuddy.implementation.InvokeDynamic.AbstractDelegator |
From |
To |
|
Change Parameter Type fieldType : TypeDescription to fieldType : GenericTypeDescription in method public ForInstanceField(fieldName String, fieldType GenericTypeDescription) in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForInstanceField |
From |
To |
|
Change Parameter Type typeDescription : TypeDescription to fieldType : GenericTypeDescription in method public ForStaticField(value Object, fieldType GenericTypeDescription) in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForStaticField |
From |
To |
|
Change Parameter Type fieldType : TypeDescription to fieldType : TypeDefinition in method public withInstanceField(fieldName String, fieldType TypeDefinition) : InvokeDynamic in class net.bytebuddy.implementation.InvokeDynamic.AbstractDelegator |
From |
To |