public class net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter implements net.bytebuddy.implementation.Implementation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter
super_class: java.lang.Object
{
private final net.bytebuddy.description.field.FieldDescription fieldDescription;
descriptor: Lnet/bytebuddy/description/field/FieldDescription;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final net.bytebuddy.implementation.bytecode.assign.Assigner assigner;
descriptor: Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final net.bytebuddy.implementation.MethodAccessorFactory methodAccessorFactory;
descriptor: Lnet/bytebuddy/implementation/MethodAccessorFactory;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
protected void <init>(net.bytebuddy.description.field.FieldDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.MethodAccessorFactory);
descriptor: (Lnet/bytebuddy/description/field/FieldDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/MethodAccessorFactory;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.fieldDescription:Lnet/bytebuddy/description/field/FieldDescription;
2: aload 0
aload 2
putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.assigner:Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
3: aload 0
aload 3
putfield net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter.methodAccessorFactory:Lnet/bytebuddy/implementation/MethodAccessorFactory;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
0 5 1 fieldDescription Lnet/bytebuddy/description/field/FieldDescription;
0 5 2 assigner Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
0 5 3 methodAccessorFactory Lnet/bytebuddy/implementation/MethodAccessorFactory;
MethodParameters:
Name Flags
fieldDescription
assigner
methodAccessorFactory
public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType);
descriptor: (Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;)Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
0 1 1 instrumentedType Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
MethodParameters:
Name Flags
instrumentedType
public net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender
dup
aload 0
aload 1
invokespecial net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender.<init>:(Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;Lnet/bytebuddy/implementation/Implementation$Target;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/bind/annotation/FieldProxy$Binder$FieldSetter;
0 1 1 implementationTarget Lnet/bytebuddy/implementation/Implementation$Target;
MethodParameters:
Name Flags
implementationTarget
}
SourceFile: "FieldProxy.java"
NestHost: net.bytebuddy.implementation.bind.annotation.FieldProxy
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
public Binder = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder of net.bytebuddy.implementation.bind.annotation.FieldProxy
protected FieldSetter = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder
protected Appender = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender of net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()