|
Rename Method public loadClass(classLoader ClassLoader, name String, binaryRepresentation byte[], startIndex int, endIndex int, protectionDomain ProtectionDomain) : Class<?> renamed to public defineClass(classLoader ClassLoader, name String, binaryRepresentation byte[], protectionDomain ProtectionDomain) : Class<?> in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher |
From |
To |
|
Rename Method public loadClass(classLoader ClassLoader, name String, binaryRepresentation byte[], startIndex int, endIndex int, protectionDomain ProtectionDomain) : Class<?> renamed to public defineClass(classLoader ClassLoader, name String, binaryRepresentation byte[], protectionDomain ProtectionDomain) : Class<?> in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher.Resolved |
From |
To |
|
Rename Parameter packageName : String to name : String in method public definePackage(classLoader ClassLoader, name String, specificationTitle String, specificationVersion String, specificationVendor String, implementationTitle String, implementationVersion String, implementationVendor String, sealBase URL) : Package in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher.Resolved |
From |
To |
|
Rename Parameter packageName : String to name : String in method public definePackage(classLoader ClassLoader, name String, specificationTitle String, specificationVersion String, specificationVendor String, implementationTitle String, implementationVersion String, implementationVendor String, sealBase URL) : Package in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher |
From |
To |
|
Rename Parameter loadClass : Method to defineClass : Method in method protected Resolved(findLoadedClass Method, defineClass Method, getPackage Method, definePackage Method, theUnsafe Field, defineClassUnsafe Method) in class net.bytebuddy.dynamic.loading.ClassInjector.UsingReflection.Dispatcher.Resolved |
From |
To |