|
Rename Method public makeInterface(interfaceTypes List<? extends Type>) : DynamicType.Builder<?> renamed to public makeInterfaceGeneric(interfaceTypes List<? extends Type>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Method public implement(interfaceTypes Collection<? extends TypeDefinition>) : MethodDefinition.ImplementationDefinition.Optional<U> renamed to public implementGeneric(interfaceTypes Collection<? extends TypeDefinition>) : MethodDefinition.ImplementationDefinition.Optional<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Rename Method public subclass(superType TypeDefinition, constructorStrategy ConstructorStrategy) : DynamicType.Builder<T> renamed to public subclassGeneric(superType TypeDefinition, constructorStrategy ConstructorStrategy) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Method public makeInterface(interfaceTypes Collection<? extends TypeDefinition>) : DynamicType.Builder<?> renamed to public makeInterfaceGeneric(interfaceTypes Collection<? extends TypeDefinition>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Rename Method public implement(interfaceTypes Collection<? extends TypeDefinition>) : MethodDefinition.ImplementationDefinition.Optional<U> renamed to public implementGeneric(interfaceTypes Collection<? extends TypeDefinition>) : MethodDefinition.ImplementationDefinition.Optional<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Adapter |
From |
To |
|
Change Parameter Type interfaceTypes : List<? extends Type> to interfaceTypes : List<? extends Class<?>> in method public implement(interfaceTypes List<? extends Class<?>>) : MethodDefinition.ImplementationDefinition.Optional<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type interfaceType : Type... to interfaceType : Class<?>... in method public implement(interfaceType Class<?>...) : MethodDefinition.ImplementationDefinition.Optional<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type interfaceType : TypeDefinition... to interfaceType : Class<?>... in method public makeInterface(interfaceType Class<?>...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type interfaceType : TypeDefinition... to interfaceType : TypeDescription... in method public implement(interfaceType TypeDescription...) : MethodDefinition.ImplementationDefinition.Optional<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type interfaceType : Type... to interfaceTypes : List<? extends Class<?>> in method public makeInterface(interfaceTypes List<? extends Class<?>>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |