public class net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup extends net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup
  super_class: net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField
{
  private final net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.String, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler, java.util.List<? extends net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder<?>>, net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, net.bytebuddy.dynamic.scaffold.FieldLocator$Factory);
    descriptor: (Ljava/lang/String;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Ljava/util/List;Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup this
        start local 1 // java.lang.String fieldName
        start local 2 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        start local 3 // java.util.List parameterBinders
        start local 4 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 5 // net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory
         0: .line 1062
            aload 0 /* this */
            aload 1 /* fieldName */
            aload 2 /* methodGraphCompiler */
            aload 3 /* parameterBinders */
            aload 4 /* matcher */
            invokespecial net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField.<init>:(Ljava/lang/String;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Ljava/util/List;Lnet/bytebuddy/matcher/ElementMatcher;)V
         1: .line 1063
            aload 0 /* this */
            aload 5 /* fieldLocatorFactory */
            putfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup.fieldLocatorFactory:Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
         2: .line 1064
            return
        end local 5 // net.bytebuddy.dynamic.scaffold.FieldLocator$Factory fieldLocatorFactory
        end local 4 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 3 // java.util.List parameterBinders
        end local 2 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        end local 1 // java.lang.String fieldName
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$ForField$WithLookup;
            0    3     1            fieldName  Ljava/lang/String;
            0    3     2  methodGraphCompiler  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            0    3     3     parameterBinders  Ljava/util/List<+Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<*>;>;
            0    3     4              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    3     5  fieldLocatorFactory  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
    Signature: (Ljava/lang/String;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;Ljava/util/List<+Lnet/bytebuddy/implementation/bind/annotation/TargetMethodAnnotationDrivenBinder$ParameterBinder<*>;>;Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;)V
    MethodParameters:
                     Name  Flags
      fieldName            
      methodGraphCompiler  
      parameterBinders     
      matcher              
      fieldLocatorFactory  

  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 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup this
        start local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
         0: .line 1070
            aload 1 /* instrumentedType */
            areturn
        end local 1 // net.bytebuddy.dynamic.scaffold.InstrumentedType instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$ForField$WithLookup;
            0    1     1  instrumentedType  Lnet/bytebuddy/dynamic/scaffold/InstrumentedType;
    MethodParameters:
                  Name  Flags
      instrumentedType  

  protected net.bytebuddy.description.field.FieldDescription resolve(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 1075
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup.fieldLocatorFactory:Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Factory;
            aload 1 /* instrumentedType */
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator$Factory.make:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup.fieldName:Ljava/lang/String;
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator.locate:(Ljava/lang/String;)Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution;
            astore 2 /* resolution */
        start local 2 // net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution resolution
         1: .line 1076
            aload 2 /* resolution */
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution.isResolved:()Z
            ifne 3
         2: .line 1077
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Could not locate "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup.fieldName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " on "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* instrumentedType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 1079
      StackMap locals: net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution
      StackMap stack:
            aload 2 /* resolution */
            invokeinterface net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution.getField:()Lnet/bytebuddy/description/field/FieldDescription;
            areturn
        end local 2 // net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution resolution
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$ForField$WithLookup;
            0    4     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            1    4     2        resolution  Lnet/bytebuddy/dynamic/scaffold/FieldLocator$Resolution;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "MethodDelegation.java"
NestHost: net.bytebuddy.implementation.MethodDelegation
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Factory = net.bytebuddy.dynamic.scaffold.FieldLocator$Factory of net.bytebuddy.dynamic.scaffold.FieldLocator
  public abstract Resolution = net.bytebuddy.dynamic.scaffold.FieldLocator$Resolution of net.bytebuddy.dynamic.scaffold.FieldLocator
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
  protected abstract ImplementationDelegate = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate of net.bytebuddy.implementation.MethodDelegation
  public abstract ForField = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  protected WithLookup = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField$WithLookup of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$ForField
  public abstract ParameterBinder = net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder$ParameterBinder of net.bytebuddy.implementation.bind.annotation.TargetMethodAnnotationDrivenBinder
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()