|
Change Parameter Type typeDescription : GenericTypeDescription... to typeDescription : TypeDescription... in method public makeInterface(typeDescription TypeDescription...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type interfaceTypes : List<? extends GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method public SubclassDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, superType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, constructorStrategy ConstructorStrategy) in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder |
From |
To |
|
Change Parameter Type types : Iterable<? extends Type> to types : Iterable<? extends Class<?>> in method public withImplementing(types Iterable<? extends Class<?>>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected ByteBuddy(classFileVersion ClassFileVersion, namingStrategy NamingStrategy.Unbound, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, interfaceTypes List<TypeDescription>, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, methodRegistry MethodRegistry, modifiers Definable<Integer>, typeAttributeAppender TypeAttributeAppender, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory) in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type methodTokens : List<MethodToken> to methodTokens : List<MethodDescription.Token> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder |
From |
To |
|
Change Parameter Type types : Collection<? extends GenericTypeDescription> to types : Collection<? extends TypeDescription> in method public withImplementing(types Collection<? extends TypeDescription>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type types : Iterable<? extends Type> to types : Iterable<? extends Class<?>> in method public withImplementing(types Iterable<? extends Class<?>>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type fieldType : Type to fieldType : TypeDescription in method public defineField(name String, fieldType TypeDescription, modifier ModifierContributor.ForField...) : FieldValueTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type returnType : Type to returnType : TypeDescription in method public defineMethod(name String, returnType TypeDescription, parameterTypes List<? extends TypeDescription>, modifier ModifierContributor.ForMethod...) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected SubclassDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, superType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, constructorStrategy ConstructorStrategy) in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder |
From |
To |
|
Change Parameter Type type : Type... to type : Class<?>... in method public makeInterface(type Class<?>...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type fieldTypeDescription : GenericTypeDescription to fieldTypeDescription : TypeDescription in method public defineField(name String, fieldTypeDescription TypeDescription, modifiers int) : FieldValueTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type types : Collection<? extends GenericTypeDescription> to types : Collection<? extends TypeDescription> in method public withImplementing(types Collection<? extends TypeDescription>) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type typeDescriptions : Collection<? extends GenericTypeDescription> to typeDescriptions : Collection<? extends TypeDescription> in method public makeInterface(typeDescriptions Collection<? extends TypeDescription>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type interfaceTypes : Iterable<? extends Type> to interfaceTypes : Iterable<? extends Class<?>> in method public implement(interfaceTypes Iterable<? extends Class<?>>) : OptionalMatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type type : Type... to type : Class<?>... in method public withImplementing(type Class<?>...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type type : Type... to type : Class<?>... in method public withImplementing(type Class<?>...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type interfaceType : Type... to interfaceType : Class<?>... in method public implement(interfaceType Class<?>...) : OptionalMatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type fieldTokens : List<FieldToken> to fieldTokens : List<FieldDescription.Token> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, targetType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, targetType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected AbstractBase(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, targetType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type typeDescription : GenericTypeDescription... to typeDescription : TypeDescription... in method public makeInterface(typeDescription TypeDescription...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type fieldTypeDescription : GenericTypeDescription to fieldTypeDescription : TypeDescription in method public defineField(name String, fieldTypeDescription TypeDescription, modifier ModifierContributor.ForField...) : FieldValueTarget<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type typeDescriptions : Collection<? extends GenericTypeDescription> to typeDescriptions : Collection<? extends TypeDescription> in method public makeInterface(typeDescriptions Collection<? extends TypeDescription>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type methodTokens : List<MethodToken> to methodTokens : List<MethodDescription.Token> in method protected RedefinitionDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, classFileLocator ClassFileLocator) in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder |
From |
To |
|
Change Parameter Type type : GenericTypeDescription... to type : TypeDescription... in method public withImplementing(type TypeDescription...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type returnType : Type to returnType : TypeDescription in method public defineMethod(name String, returnType TypeDescription, parameterTypes List<? extends TypeDescription>, modifiers int) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected Proxy(classFileVersion ClassFileVersion, namingStrategy NamingStrategy.Unbound, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, interfaceTypes List<TypeDescription>, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, methodRegistry MethodRegistry, modifiers Definable<Integer>, typeAttributeAppender TypeAttributeAppender, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory) in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type methodTokens : List<MethodToken> to methodTokens : List<MethodDescription.Token> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder |
From |
To |
|
Change Parameter Type classVisitorWrapper : ClassVisitorWrapper to classVisitorWrapperChain : ClassVisitorWrapper.Chain in method protected AbstractBase(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, targetType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type fieldType : Type to fieldType : Class<?> in method public defineField(name String, fieldType Class<?>, modifiers int) : FieldValueTarget<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type fieldTypeDescription : GenericTypeDescription to fieldTypeDescription : TypeDescription in method public defineField(name String, fieldTypeDescription TypeDescription, modifiers int) : FieldValueTarget<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type fieldTokens : List<FieldToken> to fieldTokens : List<FieldDescription.Token> in method protected RebaseDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, classFileLocator ClassFileLocator, methodNameTransformer MethodRebaseResolver.MethodNameTransformer) in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder |
From |
To |
|
Change Parameter Type methodTokens : List<MethodToken> to methodTokens : List<MethodDescription.Token> in method protected RebaseDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, classFileLocator ClassFileLocator, methodNameTransformer MethodRebaseResolver.MethodNameTransformer) in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder |
From |
To |
|
Change Parameter Type fieldTokens : List<FieldToken> to fieldTokens : List<FieldDescription.Token> in method protected RedefinitionDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, classFileLocator ClassFileLocator) in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder |
From |
To |
|
Change Parameter Type methodTokens : List<MethodToken> to methodTokens : List<MethodDescription.Token> in method protected SubclassDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, superType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, constructorStrategy ConstructorStrategy) in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder |
From |
To |
|
Change Parameter Type interfaceType : GenericTypeDescription... to interfaceType : TypeDescription... in method public implement(interfaceType TypeDescription...) : OptionalMatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type fieldType : Type to fieldType : Class<?> in method public defineField(name String, fieldType Class<?>, modifier ModifierContributor.ForField...) : FieldValueTarget<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Parameter Type interfaceType : Type... to interfaceType : TypeDescription... in method public implement(interfaceType TypeDescription...) : OptionalMatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected MethodAnnotationTarget(classFileVersion ClassFileVersion, namingStrategy NamingStrategy.Unbound, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, interfaceTypes List<TypeDescription>, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, methodRegistry MethodRegistry, modifiers Definable<Integer>, typeAttributeAppender TypeAttributeAppender, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, methodMatcher LatentMethodMatcher, handler MethodRegistry.Handler, attributeAppenderFactory MethodAttributeAppender.Factory) in class net.bytebuddy.ByteBuddy.MethodAnnotationTarget |
From |
To |
|
Change Parameter Type type : Type... to type : Class<?>... in method public makeInterface(type Class<?>...) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type fieldTokens : List<FieldToken> to fieldTokens : List<FieldDescription.Token> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder |
From |
To |
|
Change Parameter Type interfaceTypes : List<? extends GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected RedefinitionDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, classFileLocator ClassFileLocator) in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder |
From |
To |
|
Change Parameter Type interfaceTypes : Iterable<? extends Type> to interfaceTypes : Iterable<? extends Class<?>> in method public implement(interfaceTypes Iterable<? extends Class<?>>) : OptionalMatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type types : Iterable<? extends Type> to types : Iterable<? extends Class<?>> in method public makeInterface(types Iterable<? extends Class<?>>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type fieldTokens : List<FieldToken> to fieldTokens : List<FieldDescription.Token> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder |
From |
To |
|
Change Parameter Type methodTokens : List<MethodToken> to methodTokens : List<MethodDescription.Token> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, targetType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.inline.RedefinitionDynamicTypeBuilder |
From |
To |
|
Change Parameter Type fieldTokens : List<FieldToken> to fieldTokens : List<FieldDescription.Token> in method protected SubclassDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, superType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, constructorStrategy ConstructorStrategy) in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilder |
From |
To |
|
Change Parameter Type type : GenericTypeDescription... to type : TypeDescription... in method public withImplementing(type TypeDescription...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Parameter Type types : Iterable<? extends Type> to types : Iterable<? extends Class<?>> in method public makeInterface(types Iterable<? extends Class<?>>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected OptionalMethodInterception(classFileVersion ClassFileVersion, namingStrategy NamingStrategy.Unbound, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, interfaceTypes List<TypeDescription>, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, methodRegistry MethodRegistry, modifiers Definable<Integer>, typeAttributeAppender TypeAttributeAppender, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, methodMatcher LatentMethodMatcher) in class net.bytebuddy.ByteBuddy.OptionalMethodInterception |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected materialize(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) : DynamicType.Builder<T> in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder |
From |
To |
|
Change Parameter Type interfaceTypes : List<GenericTypeDescription> to interfaceTypes : List<TypeDescription> in method protected RebaseDynamicTypeBuilder(classFileVersion ClassFileVersion, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, levelType TypeDescription, interfaceTypes List<TypeDescription>, modifiers int, attributeAppender TypeAttributeAppender, ignoredMethods ElementMatcher<? super MethodDescription>, bridgeMethodResolverFactory BridgeMethodResolver.Factory, classVisitorWrapperChain ClassVisitorWrapper.Chain, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>, classFileLocator ClassFileLocator, methodNameTransformer MethodRebaseResolver.MethodNameTransformer) in class net.bytebuddy.dynamic.scaffold.inline.RebaseDynamicTypeBuilder |
From |
To |
|
Change Parameter Type fieldName : String to fieldToken : FieldDescription.Token in method public Simple(fieldToken FieldDescription.Token) in class net.bytebuddy.dynamic.scaffold.FieldRegistry.LatentFieldMatcher.Simple |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateParameter(parameterIndex int, annotations Collection<? extends AnnotationDescription>) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type Builder<S> to MethodAnnotationTarget<S> in method public withDefaultValue(value Object, type Class<?>) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MatchedMethodInterception |
From |
To |
|
Change Return Type Builder<S> to FieldAnnotationTarget<S> in method public value(value float) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type Builder<S> to MethodAnnotationTarget<S> in method public intercept(implementation Implementation) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MatchedMethodInterception |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateParameter(parameterIndex int, annotation Annotation...) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type MethodInterception.ParameterDefinable.Binary<U> to ExceptionDeclarableMethodInterception<U> in method public defineMethod(methodDescription MethodDescription) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type List<GenericTypeDescription> to List<TypeDescription> in method public getInterfaceTypes() : List<TypeDescription> in class net.bytebuddy.ByteBuddy.Proxy |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public attribute(attributeAppenderFactory MethodAttributeAppender.Factory) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type Builder<S> to MethodAnnotationTarget<S> in method public withDefaultValue(value Object) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MatchedMethodInterception |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateMethod(annotations Iterable<? extends Annotation>) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<T> to MatchedMethodInterception<T> in method public invokable(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateMethod(annotation AnnotationDescription...) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type MethodInterception<U> to ExceptionDeclarableMethodInterception<U> in method public defineConstructor(constructor Constructor<?>) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type MethodInterception.Optional<U> to OptionalMatchedMethodInterception<U> in method public implement(interfaceType TypeDescription...) : OptionalMatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<T> to MatchedMethodInterception<T> in method public method(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type List<GenericTypeDescription> to List<TypeDescription> in method public getInterfaceTypes() : List<TypeDescription> in class net.bytebuddy.ByteBuddy |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<S> to MatchedMethodInterception<S> in method public constructor(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateParameter(parameterIndex int, annotation AnnotationDescription...) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<S> to MatchedMethodInterception<S> in method public method(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MethodInterception.Optional<S> to OptionalMatchedMethodInterception<S> in method public implement(interfaceType TypeDescription...) : OptionalMatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type FieldValueTarget.AnnotationDeclarable<S> to FieldValueTarget<S> in method public defineField(name String, fieldType TypeDescription, modifier ModifierContributor.ForField...) : FieldValueTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type Builder<S> to DynamicType.Builder<S> in method protected materialize() : DynamicType.Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<T> to MatchedMethodInterception<T> in method public invokable(methodMatcher LatentMethodMatcher) : MatchedMethodInterception<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type TypeVariableDefinable<U> to ExceptionDeclarableMethodInterception<U> in method public defineMethod(name String, returnType Class<?>, parameterTypes List<? extends Class<?>>, modifier ModifierContributor.ForMethod...) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<S> to MatchedMethodInterception<S> in method public invokable(methodMatcher LatentMethodMatcher) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type Builder<S> to FieldAnnotationTarget<S> in method public value(value boolean) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type AnnotationDeclarable<S> to FieldAnnotationTarget<S> in method public annotateField(annotations Collection<? extends AnnotationDescription>) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget |
From |
To |
|
Change Return Type Builder<S> to FieldAnnotationTarget<S> in method public value(value int) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<U> to MatchedMethodInterception<U> in method public invokable(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<U> to MatchedMethodInterception<U> in method public invokable(methodMatcher LatentMethodMatcher) : MatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateMethod(annotation Annotation...) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type MethodInterception<U> to ExceptionDeclarableMethodInterception<U> in method public define(methodDescription MethodDescription) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type AnnotationDeclarable<S> to FieldAnnotationTarget<S> in method public annotateField(annotations Iterable<? extends Annotation>) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget |
From |
To |
|
Change Return Type AnnotationDeclarable<S> to FieldAnnotationTarget<S> in method public annotateField(annotations Collection<? extends AnnotationDescription>) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget |
From |
To |
|
Change Return Type AnnotationDeclarable<S> to FieldAnnotationTarget<S> in method public attribute(attributeAppenderFactory FieldAttributeAppender.Factory) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateMethod(annotations Collection<? extends AnnotationDescription>) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget |
From |
To |
|
Change Return Type TypeVariableDefinable<U> to ExceptionDeclarableMethodInterception<U> in method public defineMethod(name String, returnType Class<?>, parameterTypes List<? extends Class<?>>, modifiers int) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public attribute(attributeAppenderFactory MethodAttributeAppender.Factory) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget |
From |
To |
|
Change Return Type MethodInterception.Optional<U> to OptionalMatchedMethodInterception<U> in method public implement(interfaceType Class<?>...) : OptionalMatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type Builder<S> to FieldAnnotationTarget<S> in method public value(value String) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type MethodInterception.Optional<U> to OptionalMatchedMethodInterception<U> in method public implement(interfaceTypes Iterable<? extends Class<?>>) : OptionalMatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type AnnotationDeclarable<S> to FieldAnnotationTarget<S> in method public annotateField(annotation Annotation...) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget |
From |
To |
|
Change Return Type AnnotationDeclarable<S> to FieldAnnotationTarget<S> in method public attribute(attributeAppenderFactory FieldAttributeAppender.Factory) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget |
From |
To |
|
Change Return Type Builder<S> to Object in method private isValid(defaultValue Object, legalType Class<?>) : Object in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget |
From |
To |
|
Change Return Type Builder<S> to FieldAnnotationTarget<S> in method public value(value long) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<T> to MatchedMethodInterception<T> in method public constructor(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateParameter(parameterIndex int, annotations Collection<? extends AnnotationDescription>) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget |
From |
To |
|
Change Return Type FieldValueTarget.AnnotationDeclarable<S> to FieldValueTarget<S> in method public defineField(field Field) : FieldValueTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type Builder<S> to FieldAnnotationTarget<S> in method public value(value double) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<U> to MatchedMethodInterception<U> in method public method(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateParameter(parameterIndex int, annotations Iterable<? extends Annotation>) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<U> to MatchedMethodInterception<U> in method public constructor(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type MethodInterception.ParameterDefinable.Binary<U> to ExceptionDeclarableMethodInterception<U> in method public defineMethod(name String, returnType TypeDescription, parameterTypes List<? extends TypeDescription>, modifier ModifierContributor.ForMethod...) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type MethodInterception.ParameterDefinable.Binary<U> to ExceptionDeclarableMethodInterception<U> in method public defineConstructor(parameterTypes List<? extends TypeDescription>, modifiers int) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type FieldValueTarget.AnnotationDeclarable<S> to FieldValueTarget<S> in method public defineField(name String, fieldTypeDescription TypeDescription, modifiers int) : FieldValueTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type FieldValueTarget.AnnotationDeclarable<S> to FieldValueTarget<S> in method public defineField(fieldDescription FieldDescription) : FieldValueTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type AnnotationDeclarable<S> to FieldAnnotationTarget<S> in method public annotateField(annotation AnnotationDescription...) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldAnnotationTarget |
From |
To |
|
Change Return Type Builder<S> to FieldAnnotationTarget<S> in method public value(value int) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget |
From |
To |
|
Change Return Type MethodInterception.ParameterDefinable.Binary<U> to ExceptionDeclarableMethodInterception<U> in method public defineMethod(name String, returnType TypeDescription, parameterTypes List<? extends TypeDescription>, modifiers int) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type ForMatchedMethod<S> to MethodAnnotationTarget<S> in method public annotateMethod(annotations Collection<? extends AnnotationDescription>) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodAnnotationTarget |
From |
To |
|
Change Return Type MethodInterception.ForMatchedMethod<S> to MatchedMethodInterception<S> in method public invokable(methodMatcher ElementMatcher<? super MethodDescription>) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MethodInterception.Optional<S> to OptionalMatchedMethodInterception<S> in method public implement(interfaceTypes Iterable<? extends Class<?>>) : OptionalMatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MethodInterception<U> to ExceptionDeclarableMethodInterception<U> in method public defineMethod(method Method) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder |
From |
To |
|
Change Return Type Builder<S> to MethodAnnotationTarget<S> in method public withoutCode() : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MatchedMethodInterception |
From |
To |