final class org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String description;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(org.springframework.beans.factory.BeanCreationException);
    descriptor: (Lorg/springframework/beans/factory/BeanCreationException;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
        start local 1 // org.springframework.beans.factory.BeanCreationException ex
         0: .line 117
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 118
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual org.springframework.beans.factory.BeanCreationException.getBeanName:()Ljava/lang/String;
            putfield org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.name:Ljava/lang/String;
         2: .line 119
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.determineDescription:(Lorg/springframework/beans/factory/BeanCreationException;)Ljava/lang/String;
            putfield org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.description:Ljava/lang/String;
         3: .line 120
            return
        end local 1 // org.springframework.beans.factory.BeanCreationException ex
        end local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;
            0    4     1    ex  Lorg/springframework/beans/factory/BeanCreationException;
    MethodParameters:
      Name  Flags
      ex    

  private java.lang.String determineDescription(org.springframework.beans.factory.BeanCreationException);
    descriptor: (Lorg/springframework/beans/factory/BeanCreationException;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
        start local 1 // org.springframework.beans.factory.BeanCreationException ex
         0: .line 123
            aload 1 /* ex */
            invokevirtual org.springframework.beans.factory.BeanCreationException.getResourceDescription:()Ljava/lang/String;
            invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 124
            ldc " defined in %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* ex */
            invokevirtual org.springframework.beans.factory.BeanCreationException.getResourceDescription:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.findFailedInjectionPoint:(Lorg/springframework/beans/factory/BeanCreationException;)Lorg/springframework/beans/factory/InjectionPoint;
            astore 2 /* failedInjectionPoint */
        start local 2 // org.springframework.beans.factory.InjectionPoint failedInjectionPoint
         3: .line 127
            aload 2 /* failedInjectionPoint */
            ifnull 5
            aload 2 /* failedInjectionPoint */
            invokevirtual org.springframework.beans.factory.InjectionPoint.getField:()Ljava/lang/reflect/Field;
            ifnull 5
         4: .line 128
            ldc " (field %s)"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* failedInjectionPoint */
            invokevirtual org.springframework.beans.factory.InjectionPoint.getField:()Ljava/lang/reflect/Field;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
         5: .line 130
      StackMap locals: org.springframework.beans.factory.InjectionPoint
      StackMap stack:
            ldc ""
            areturn
        end local 2 // org.springframework.beans.factory.InjectionPoint failedInjectionPoint
        end local 1 // org.springframework.beans.factory.BeanCreationException ex
        end local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;
            0    6     1                    ex  Lorg/springframework/beans/factory/BeanCreationException;
            3    6     2  failedInjectionPoint  Lorg/springframework/beans/factory/InjectionPoint;
    MethodParameters:
      Name  Flags
      ex    

  private org.springframework.beans.factory.InjectionPoint findFailedInjectionPoint(org.springframework.beans.factory.BeanCreationException);
    descriptor: (Lorg/springframework/beans/factory/BeanCreationException;)Lorg/springframework/beans/factory/InjectionPoint;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
        start local 1 // org.springframework.beans.factory.BeanCreationException ex
         0: .line 134
            aload 1 /* ex */
            instanceof org.springframework.beans.factory.UnsatisfiedDependencyException
            ifne 2
         1: .line 135
            aconst_null
            areturn
         2: .line 137
      StackMap locals:
      StackMap stack:
            aload 1 /* ex */
            checkcast org.springframework.beans.factory.UnsatisfiedDependencyException
            invokevirtual org.springframework.beans.factory.UnsatisfiedDependencyException.getInjectionPoint:()Lorg/springframework/beans/factory/InjectionPoint;
            areturn
        end local 1 // org.springframework.beans.factory.BeanCreationException ex
        end local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;
            0    3     1    ex  Lorg/springframework/beans/factory/BeanCreationException;
    MethodParameters:
      Name  Flags
      ex    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
        start local 1 // java.lang.Object obj
         0: .line 142
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 143
            iconst_1
            ireturn
         2: .line 145
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 146
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.name:Ljava/lang/String;
            aload 1 /* obj */
            checkcast org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle
            getfield org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.name:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;
            0    5     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
         0: .line 153
            aload 0 /* this */
            getfield org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.name:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
         0: .line 158
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.name:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.description:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;

  static org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle get(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Throwable ex
         0: .line 162
            aload 0 /* ex */
            instanceof org.springframework.beans.factory.BeanCreationException
            ifeq 2
         1: .line 163
            aload 0 /* ex */
            checkcast org.springframework.beans.factory.BeanCreationException
            invokestatic org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.get:(Lorg/springframework/beans/factory/BeanCreationException;)Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;
            areturn
         2: .line 165
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // java.lang.Throwable ex
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    

  private static org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle get(org.springframework.beans.factory.BeanCreationException);
    descriptor: (Lorg/springframework/beans/factory/BeanCreationException;)Lorg/springframework/boot/diagnostics/analyzer/BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.BeanCreationException ex
         0: .line 169
            aload 0 /* ex */
            invokevirtual org.springframework.beans.factory.BeanCreationException.getBeanName:()Ljava/lang/String;
            invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
            ifeq 2
         1: .line 170
            new org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle
            dup
            aload 0 /* ex */
            invokespecial org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.<init>:(Lorg/springframework/beans/factory/BeanCreationException;)V
            areturn
         2: .line 172
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.springframework.beans.factory.BeanCreationException ex
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    ex  Lorg/springframework/beans/factory/BeanCreationException;
    MethodParameters:
      Name  Flags
      ex    
}
SourceFile: "BeanCurrentlyInCreationFailureAnalyzer.java"
NestHost: org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer
InnerClasses:
  private final BeanInCycle = org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle of org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer