class org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor implements org.springframework.cglib.proxy.MethodInterceptor, org.springframework.context.annotation.ConfigurationClassEnhancer$ConditionalCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor this
         0: .line 269
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor;

  public java.lang.Object intercept(java.lang.Object, java.lang.reflect.Method, java.lang.Object[], org.springframework.cglib.proxy.MethodProxy);
    descriptor: (Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/springframework/cglib/proxy/MethodProxy;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor this
        start local 1 // java.lang.Object obj
        start local 2 // java.lang.reflect.Method method
        start local 3 // java.lang.Object[] args
        start local 4 // org.springframework.cglib.proxy.MethodProxy proxy
         0: .line 274
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            ldc "$$beanFactory"
            invokestatic org.springframework.util.ReflectionUtils.findField:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/reflect/Field;
            astore 5 /* field */
        start local 5 // java.lang.reflect.Field field
         1: .line 275
            aload 5 /* field */
            ifnull 2
            iconst_1
            goto 3
      StackMap locals: java.lang.reflect.Field
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ldc "Unable to find generated BeanFactory field"
            invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
         4: .line 276
            aload 5 /* field */
            aload 1 /* obj */
            aload 3 /* args */
            iconst_0
            aaload
            invokevirtual java.lang.reflect.Field.set:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 280
            ldc Lorg/springframework/beans/factory/BeanFactoryAware;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSuperclass:()Ljava/lang/Class;
            invokestatic org.springframework.util.ClassUtils.getUserClass:(Ljava/lang/Class;)Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 7
         6: .line 281
            aload 4 /* proxy */
            aload 1 /* obj */
            aload 3 /* args */
            invokevirtual org.springframework.cglib.proxy.MethodProxy.invokeSuper:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         7: .line 283
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 5 // java.lang.reflect.Field field
        end local 4 // org.springframework.cglib.proxy.MethodProxy proxy
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.reflect.Method method
        end local 1 // java.lang.Object obj
        end local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor;
            0    8     1     obj  Ljava/lang/Object;
            0    8     2  method  Ljava/lang/reflect/Method;
            0    8     3    args  [Ljava/lang/Object;
            0    8     4   proxy  Lorg/springframework/cglib/proxy/MethodProxy;
            1    8     5   field  Ljava/lang/reflect/Field;
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
        Name  Flags
      obj     
      method  
      args    
      proxy   

  public boolean isMatch(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor this
        start local 1 // java.lang.reflect.Method candidateMethod
         0: .line 288
            aload 1 /* candidateMethod */
            invokestatic org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor.isSetBeanFactory:(Ljava/lang/reflect/Method;)Z
            ireturn
        end local 1 // java.lang.reflect.Method candidateMethod
        end local 0 // org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/springframework/context/annotation/ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor;
            0    1     1  candidateMethod  Ljava/lang/reflect/Method;
    MethodParameters:
                 Name  Flags
      candidateMethod  

  public static boolean isSetBeanFactory(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method candidateMethod
         0: .line 292
            aload 0 /* candidateMethod */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            ldc "setBeanFactory"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
         1: .line 293
            aload 0 /* candidateMethod */
            invokevirtual java.lang.reflect.Method.getParameterCount:()I
            iconst_1
            if_icmpne 5
         2: .line 294
            ldc Lorg/springframework/beans/factory/BeanFactory;
            aload 0 /* candidateMethod */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            iconst_0
            aaload
            if_acmpne 5
         3: .line 295
            ldc Lorg/springframework/beans/factory/BeanFactoryAware;
            aload 0 /* candidateMethod */
            invokevirtual java.lang.reflect.Method.getDeclaringClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 5
         4: .line 292
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
        end local 0 // java.lang.reflect.Method candidateMethod
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0  candidateMethod  Ljava/lang/reflect/Method;
    MethodParameters:
                 Name  Flags
      candidateMethod  
}
SourceFile: "ConfigurationClassEnhancer.java"
NestHost: org.springframework.context.annotation.ConfigurationClassEnhancer
InnerClasses:
  private BeanFactoryAwareMethodInterceptor = org.springframework.context.annotation.ConfigurationClassEnhancer$BeanFactoryAwareMethodInterceptor of org.springframework.context.annotation.ConfigurationClassEnhancer
  private abstract ConditionalCallback = org.springframework.context.annotation.ConfigurationClassEnhancer$ConditionalCallback of org.springframework.context.annotation.ConfigurationClassEnhancer