|
Change Parameter Type annotations : Iterable<? extends Annotation> to annotations : Collection<? extends AnnotationDescription> in method public annotateField(annotations Collection<? extends AnnotationDescription>) : AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldDefinition |
From |
To |
|
Change Parameter Type methodTokens : List<MethodToken> to methodTokens : List<MethodDescription.Token> in method protected AbstractBase(classFileVersion ClassFileVersion, modifiers int, typeVariables List<GenericTypeDescription>, interfaceTypes List<GenericTypeDescription>, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, ignoredMethods ElementMatcher<? super MethodDescription>, typeAttributeAppender TypeAttributeAppender, annotationDescriptions List<AnnotationDescription>, classVisitorWrapper ClassVisitorWrapper, bridgeMethodResolverFactory BridgeMethodResolver.Factory, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type annotations : Iterable<? extends Annotation> to annotations : Collection<? extends AnnotationDescription> in method public annotateParameter(parameterIndex int, annotations Collection<? extends AnnotationDescription>) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.RequiredInterception |
From |
To |
|
Change Parameter Type annotations : Iterable<? extends Annotation> to annotations : Collection<? extends AnnotationDescription> in method public annotateMethod(annotations Collection<? extends AnnotationDescription>) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.RequiredInterception |
From |
To |
|
Change Parameter Type parameterTokens : List<ParameterDescription.Token> to parameterTokens : List<? extends ParameterDescription.Token> in method public Token(internalName String, modifiers int, typeVariables List<GenericTypeDescription>, returnType GenericTypeDescription, parameterTokens List<? extends ParameterDescription.Token>, exceptionTypes List<? extends GenericTypeDescription>, annotations List<? extends AnnotationDescription>, defaultValue Object) in class net.bytebuddy.description.method.MethodDescription.Token |
From |
To |
|
Change Parameter Type classVisitorWrapperChain : ClassVisitorWrapper.Chain to classVisitorWrapper : ClassVisitorWrapper in method protected AbstractBase(classFileVersion ClassFileVersion, modifiers int, typeVariables List<GenericTypeDescription>, interfaceTypes List<GenericTypeDescription>, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, ignoredMethods ElementMatcher<? super MethodDescription>, typeAttributeAppender TypeAttributeAppender, annotationDescriptions List<AnnotationDescription>, classVisitorWrapper ClassVisitorWrapper, bridgeMethodResolverFactory BridgeMethodResolver.Factory, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type fieldTokens : List<FieldToken> to fieldTokens : List<FieldDescription.Token> in method protected AbstractBase(classFileVersion ClassFileVersion, modifiers int, typeVariables List<GenericTypeDescription>, interfaceTypes List<GenericTypeDescription>, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, ignoredMethods ElementMatcher<? super MethodDescription>, typeAttributeAppender TypeAttributeAppender, annotationDescriptions List<AnnotationDescription>, classVisitorWrapper ClassVisitorWrapper, bridgeMethodResolverFactory BridgeMethodResolver.Factory, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Parameter Type fieldToken : FieldToken to fieldToken : FieldDescription.Token in method public FieldDefinition(fieldToken FieldDescription.Token, attributeAppenderFactory FieldAttributeAppender.Factory) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldDefinition |
From |
To |
|
Change Parameter Type value : boolean to value : int in method public value(value int) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldDefinition |
From |
To |
|
Change Return Type MatchedMethodInterception<U> to MethodInterception<U> in method public define(methodDescription MethodDescription) : MethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to AnnotationDeclarable<S> in method public annotateField(annotations Collection<? extends AnnotationDescription>) : AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.AnnotationDeclarable |
From |
To |
|
Change Return Type FieldValueTarget<S> to FieldValueTarget.AnnotationDeclarable<S> in method public defineField(field Field) : FieldValueTarget.AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to Builder<S> in method public value(value boolean) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type MatchedMethodInterception<T> to MethodInterception.ForMatchedMethod<T> in method public method(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to AnnotationDeclarable<S> in method public annotateField(annotations Collection<? extends AnnotationDescription>) : AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldDefinition |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<S> to MethodInterception.Optional<S> in method public implement(interfaceTypes Collection<? extends GenericTypeDescription>) : MethodInterception.Optional<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<T> to MethodInterception.Optional<T> in method public implement(interfaceType Type...) : MethodInterception.Optional<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<U> to MethodInterception.Optional<U> in method public implement(interfaceType Type...) : MethodInterception.Optional<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to Builder<S> in method public intercept(implementation Implementation) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateMethod(annotation AnnotationDescription...) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateMethod(annotations Collection<? extends AnnotationDescription>) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to Builder<S> in method public withDefaultValue(value Object, type Class<?>) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to Builder<S> in method public value(value int) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<T> to MethodInterception.Optional<T> in method public implement(interfaceType GenericTypeDescription...) : MethodInterception.Optional<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type ExceptionDeclarableMethodInterception<S> to Builder.MethodInterception.ParameterDefinable.Binary<S> in method public defineMethod(name String, returnType Type, modifiers int) : Builder.MethodInterception.ParameterDefinable.Binary<S> in class net.bytebuddy.dynamic.DynamicType.TypeVariableDefinable.AbstractBase |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to AnnotationDeclarable<S> in method public attribute(attributeAppenderFactory FieldAttributeAppender.Factory) : AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.AnnotationDeclarable |
From |
To |
|
Change Return Type MatchedMethodInterception<T> to MethodInterception.ForMatchedMethod<T> in method public invokable(methodMatcher LatentMethodMatcher) : MethodInterception.ForMatchedMethod<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to AnnotationDeclarable<S> in method public annotateField(annotation Annotation...) : AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.AnnotationDeclarable |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to AnnotationDeclarable<S> in method public annotateField(annotation AnnotationDescription...) : AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.AnnotationDeclarable |
From |
To |
|
Change Return Type ExceptionDeclarableMethodInterception<S> to Builder.MethodInterception.ParameterDefinable.Binary<S> in method public defineMethod(name String, returnType Type, modifier ModifierContributor.ForMethod...) : Builder.MethodInterception.ParameterDefinable.Binary<S> in class net.bytebuddy.dynamic.DynamicType.TypeVariableDefinable.AbstractBase |
From |
To |
|
Change Return Type MatchedMethodInterception<S> to MethodInterception.ForMatchedMethod<S> in method public constructor(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MatchedMethodInterception<U> to MethodInterception.ForMatchedMethod<U> in method public invokable(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<U> to MethodInterception.Optional<U> in method public implement(interfaceTypes Iterable<? extends Type>) : MethodInterception.Optional<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to Builder<S> in method public withoutCode() : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception |
From |
To |
|
Change Return Type FieldValueTarget<S> to FieldValueTarget.AnnotationDeclarable<S> in method public defineField(name String, fieldType Type, modifier ModifierContributor.ForField...) : FieldValueTarget.AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateParameter(parameterIndex int, annotation AnnotationDescription...) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type FieldValueTarget<S> to FieldValueTarget.AnnotationDeclarable<S> in method public defineField(name String, fieldType Type, modifiers int) : FieldValueTarget.AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateParameter(parameterIndex int, annotations Collection<? extends AnnotationDescription>) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to Builder<S> in method public value(value String) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<T> to MethodInterception.Optional<T> in method public implement(interfaceTypes Collection<? extends GenericTypeDescription>) : MethodInterception.Optional<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<S> to MethodInterception.Optional<S> in method public implement(interfaceType GenericTypeDescription...) : MethodInterception.Optional<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type ExceptionDeclarableMethodInterception<U> to MethodInterception.ParameterDefinable.Binary<U> in method public defineMethod(name String, returnType Type, modifier ModifierContributor.ForMethod...) : MethodInterception.ParameterDefinable.Binary<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type ExceptionDeclarableMethodInterception<U> to MethodInterception.ParameterDefinable.Binary<U> in method public defineConstructor(modifier ModifierContributor.ForMethod...) : MethodInterception.ParameterDefinable.Binary<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type MatchedMethodInterception<S> to MethodInterception.ForMatchedMethod<S> in method public invokable(methodMatcher LatentMethodMatcher) : MethodInterception.ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to Builder<S> in method public value(value int) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldDefinition |
From |
To |
|
Change Return Type ExceptionDeclarableMethodInterception<U> to MethodInterception.ParameterDefinable.Binary<U> in method public defineMethod(name String, returnType Type, modifiers int) : MethodInterception.ParameterDefinable.Binary<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<U> to MethodInterception.Optional<U> in method public implement(interfaceTypes Collection<? extends GenericTypeDescription>) : MethodInterception.Optional<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to AnnotationDeclarable<S> in method public attribute(attributeAppenderFactory FieldAttributeAppender.Factory) : AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldDefinition |
From |
To |
|
Change Return Type MatchedMethodInterception<U> to MethodInterception<U> in method public defineConstructor(constructor Constructor<?>) : MethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateMethod(annotation Annotation...) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateMethod(annotations Collection<? extends AnnotationDescription>) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.RequiredInterception |
From |
To |
|
Change Return Type MatchedMethodInterception<T> to MethodInterception.ForMatchedMethod<T> in method public invokable(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to Builder<S> in method public value(value float) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<U> to MethodInterception.Optional<U> in method public implement(interfaceType GenericTypeDescription...) : MethodInterception.Optional<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to Builder<S> in method public withDefaultValue(value Object) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception |
From |
To |
|
Change Return Type MatchedMethodInterception<S> to MethodInterception.ForMatchedMethod<S> in method public method(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type FieldValueTarget<S> to FieldValueTarget.AnnotationDeclarable<S> in method public defineField(name String, fieldTypeDescription GenericTypeDescription, modifier ModifierContributor.ForField...) : FieldValueTarget.AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MatchedMethodInterception<U> to MethodInterception.ForMatchedMethod<U> in method public invokable(methodMatcher LatentMethodMatcher) : MethodInterception.ForMatchedMethod<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type MatchedMethodInterception<S> to MethodInterception.ForMatchedMethod<S> in method public invokable(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateMethod(annotations Iterable<? extends Annotation>) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type FieldValueTarget<S> to FieldValueTarget.AnnotationDeclarable<S> in method public defineField(name String, fieldTypeDescription GenericTypeDescription, modifiers int) : FieldValueTarget.AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MatchedMethodInterception<U> to MethodInterception.ForMatchedMethod<U> in method public method(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type MatchedMethodInterception<T> to MethodInterception.ForMatchedMethod<T> in method public constructor(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to Builder<S> in method public value(value double) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type DynamicType.Builder<S> to Builder<S> in method protected materialize() : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.FieldDefinition |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<T> to MethodInterception.Optional<T> in method public implement(interfaceTypes Iterable<? extends Type>) : MethodInterception.Optional<T> in class net.bytebuddy.dynamic.DynamicType.Builder |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public attribute(attributeAppenderFactory MethodAttributeAppender.Factory) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.RequiredInterception |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to AnnotationDeclarable<S> in method public annotateField(annotations Iterable<? extends Annotation>) : AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget.AnnotationDeclarable |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateParameter(parameterIndex int, annotation Annotation...) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<S> to MethodInterception.Optional<S> in method public implement(interfaceType Type...) : MethodInterception.Optional<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateParameter(parameterIndex int, annotations Collection<? extends AnnotationDescription>) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.RequiredInterception |
From |
To |
|
Change Return Type MatchedMethodInterception<U> to MethodInterception<U> in method public defineMethod(method Method) : MethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type GenericTypeDescription to TypeDescription in method protected onComponentType(typeDescription TypeDescription) : TypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForDetachment |
From |
To |
|
Change Return Type FieldAnnotationTarget<S> to Builder<S> in method public value(value long) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.FieldValueTarget |
From |
To |
|
Change Return Type GenericTypeDescription to TypeDescription in method protected onComponentType(typeDescription TypeDescription) : TypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForAttachment |
From |
To |
|
Change Return Type OptionalMatchedMethodInterception<S> to MethodInterception.Optional<S> in method public implement(interfaceTypes Iterable<? extends Type>) : MethodInterception.Optional<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type ExceptionDeclarableMethodInterception<S> to Builder.MethodInterception.ParameterDefinable.Binary<S> in method public defineMethod(name String, returnType GenericTypeDescription, modifier ModifierContributor.ForMethod...) : Builder.MethodInterception.ParameterDefinable.Binary<S> in class net.bytebuddy.dynamic.DynamicType.TypeVariableDefinable.AbstractBase |
From |
To |
|
Change Return Type MatchedMethodInterception<U> to MethodInterception.ForMatchedMethod<U> in method public constructor(methodMatcher ElementMatcher<? super MethodDescription>) : MethodInterception.ForMatchedMethod<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type ExceptionDeclarableMethodInterception<U> to MethodInterception.ParameterDefinable.Binary<U> in method public defineMethod(name String, returnType GenericTypeDescription, modifiers int) : MethodInterception.ParameterDefinable.Binary<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public annotateParameter(parameterIndex int, annotations Iterable<? extends Annotation>) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type FieldValueTarget<S> to FieldValueTarget.AnnotationDeclarable<S> in method public defineField(fieldDescription FieldDescription) : FieldValueTarget.AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Change Return Type MethodAnnotationTarget<S> to ForMatchedMethod<S> in method public attribute(attributeAppenderFactory MethodAttributeAppender.Factory) : ForMatchedMethod<S> in class net.bytebuddy.dynamic.DynamicType.Builder.MethodInterception.ForMatchedMethod |
From |
To |
|
Change Return Type ExceptionDeclarableMethodInterception<U> to MethodInterception.ParameterDefinable.Binary<U> in method public defineMethod(name String, returnType GenericTypeDescription, modifier ModifierContributor.ForMethod...) : MethodInterception.ParameterDefinable.Binary<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |
|
Rename Parameter internalName : String to name : String in method public withField(name String, fieldType GenericTypeDescription, modifiers int) : InstrumentedType in class net.bytebuddy.dynamic.scaffold.InstrumentedType |
From |
To |
|
Rename Parameter internalName : String to name : String in method public withField(name String, fieldType GenericTypeDescription, modifiers int) : InstrumentedType in class net.bytebuddy.dynamic.scaffold.InstrumentedType.Default |
From |
To |
|
Rename Parameter attributeAppender : TypeAttributeAppender to typeAttributeAppender : TypeAttributeAppender in method protected AbstractBase(classFileVersion ClassFileVersion, modifiers int, typeVariables List<GenericTypeDescription>, interfaceTypes List<GenericTypeDescription>, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, ignoredMethods ElementMatcher<? super MethodDescription>, typeAttributeAppender TypeAttributeAppender, annotationDescriptions List<AnnotationDescription>, classVisitorWrapper ClassVisitorWrapper, bridgeMethodResolverFactory BridgeMethodResolver.Factory, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Rename Parameter fieldType : GenericTypeDescription to fieldTypeDescription : GenericTypeDescription in method public defineField(name String, fieldTypeDescription GenericTypeDescription, modifier ModifierContributor.ForField...) : FieldValueTarget.AnnotationDeclarable<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Rename Parameter classVisitorWrapperChain : ClassVisitorWrapper.Chain to classVisitorWrapper : ClassVisitorWrapper in method protected AbstractBase(classFileVersion ClassFileVersion, modifiers int, typeVariables List<GenericTypeDescription>, interfaceTypes List<GenericTypeDescription>, namingStrategy NamingStrategy, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, ignoredMethods ElementMatcher<? super MethodDescription>, typeAttributeAppender TypeAttributeAppender, annotationDescriptions List<AnnotationDescription>, classVisitorWrapper ClassVisitorWrapper, bridgeMethodResolverFactory BridgeMethodResolver.Factory, methodLookupEngineFactory MethodLookupEngine.Factory, defaultFieldAttributeAppenderFactory FieldAttributeAppender.Factory, defaultMethodAttributeAppenderFactory MethodAttributeAppender.Factory, fieldRegistry FieldRegistry, methodRegistry MethodRegistry, fieldTokens List<FieldDescription.Token>, methodTokens List<MethodDescription.Token>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Rename Parameter auxiliaryTypeNamingStrategy : AuxiliaryType.NamingStrategy to namingStrategy : AuxiliaryType.NamingStrategy in method public name(namingStrategy AuxiliaryType.NamingStrategy) : Builder<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase |
From |
To |
|
Rename Parameter typeDescriptions : Collection<? extends GenericTypeDescription> to interfaceTypes : Collection<? extends GenericTypeDescription> in method public implement(interfaceTypes Collection<? extends GenericTypeDescription>) : MethodInterception.Optional<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.Delegator |
From |
To |