|
Change Parameter Type sort : GenericTypeDescription.Sort to sort : TypeDefinition.Sort in method public ofSort(sort TypeDefinition.Sort) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Change Parameter Type matcher : ElementMatcher<? super GenericTypeDescription.Sort> to matcher : ElementMatcher<? super TypeDefinition.Sort> in method public TypeSortMatcher(matcher ElementMatcher<? super TypeDefinition.Sort>) in class net.bytebuddy.matcher.TypeSortMatcher |
From |
To |
|
Change Parameter Type interfaceTypes : List<TypeDescription> to interfaceTypes : List<GenericTypeDescription> in method public RedefinitionDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, interfaceTypes List<GenericTypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, classVisitorWrapper ClassVisitorWrapper, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodGraphCompiler MethodGraph.Compiler, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, originalType TypeDescription, classFileLocator ClassFileLocator) in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder |
From |
To |
|
Change Parameter Type matcher : ElementMatcher<? super GenericTypeDescription.Sort> to matcher : ElementMatcher<? super TypeDefinition.Sort> in method public ofSort(matcher ElementMatcher<? super TypeDefinition.Sort>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Change Parameter Type interfaceTypes : List<TypeDescription> to interfaceTypes : List<GenericTypeDescription> in method public RebaseDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, interfaceTypes List<GenericTypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, classVisitorWrapper ClassVisitorWrapper, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodGraphCompiler MethodGraph.Compiler, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, originalType TypeDescription, classFileLocator ClassFileLocator, methodNameTransformer MethodRebaseResolver.MethodNameTransformer) in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForUpperBoundWildcard |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForPrimitiveType |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForParameterizedType |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForRawType |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForGenericArray |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForUnboundWildcard |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForParameterizedType.Nested |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForTypeVariable.Formal |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForLowerBoundWildcard |
From |
To |
|
Change Return Type GenericTypeDescription.Sort to TypeDefinition.Sort in method public getSort() : TypeDefinition.Sort in class net.bytebuddy.pool.TypePool.LazyTypeDescription.GenericTypeToken.ForTypeVariable |
From |
To |
|
Change Variable Type typeDescription : GenericTypeDescription to typeDescription : TypeDefinition in method public isActualType(typeDescriptions T) : T in class net.bytebuddy.utility.ByteBuddyCommons |
From |
To |
|
Change Variable Type types : Map<TypeDescription,GenericTypeDescription> to types : Map<TypeDescription,TypeDefinition> in method public joinUniqueRaw(left Collection<? extends T>, right Collection<? extends T>) : List<T> in class net.bytebuddy.utility.ByteBuddyCommons |
From |
To |
|
Change Variable Type conflictingType : GenericTypeDescription to conflictingType : TypeDefinition in method public joinUniqueRaw(left Collection<? extends T>, right Collection<? extends T>) : List<T> in class net.bytebuddy.utility.ByteBuddyCommons |
From |
To |
|
Change Variable Type typeDescription : GenericTypeDescription to typeDescription : TypeDefinition in method public isActualTypeOrVoid(typeDescriptions T) : T in class net.bytebuddy.utility.ByteBuddyCommons |
From |
To |