class org.springframework.boot.devtools.restart.OnInitializedRestarterCondition extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.devtools.restart.OnInitializedRestarterCondition
  super_class: org.springframework.boot.autoconfigure.condition.SpringBootCondition
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.devtools.restart.OnInitializedRestarterCondition this
         0: .line 32
            aload 0 /* this */
            invokespecial org.springframework.boot.autoconfigure.condition.SpringBootCondition.<init>:()V
            return
        end local 0 // org.springframework.boot.devtools.restart.OnInitializedRestarterCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/devtools/restart/OnInitializedRestarterCondition;

  public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext, org.springframework.core.type.AnnotatedTypeMetadata);
    descriptor: (Lorg/springframework/context/annotation/ConditionContext;Lorg/springframework/core/type/AnnotatedTypeMetadata;)Lorg/springframework/boot/autoconfigure/condition/ConditionOutcome;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.springframework.boot.devtools.restart.OnInitializedRestarterCondition this
        start local 1 // org.springframework.context.annotation.ConditionContext context
        start local 2 // org.springframework.core.type.AnnotatedTypeMetadata metadata
         0: .line 36
            ldc "Initialized Restarter Condition"
            iconst_0
            anewarray java.lang.Object
            invokestatic org.springframework.boot.autoconfigure.condition.ConditionMessage.forCondition:(Ljava/lang/String;[Ljava/lang/Object;)Lorg/springframework/boot/autoconfigure/condition/ConditionMessage$Builder;
            astore 3 /* message */
        start local 3 // org.springframework.boot.autoconfigure.condition.ConditionMessage$Builder message
         1: .line 37
            aload 0 /* this */
            invokevirtual org.springframework.boot.devtools.restart.OnInitializedRestarterCondition.getRestarter:()Lorg/springframework/boot/devtools/restart/Restarter;
            astore 4 /* restarter */
        start local 4 // org.springframework.boot.devtools.restart.Restarter restarter
         2: .line 38
            aload 4 /* restarter */
            ifnonnull 4
         3: .line 39
            aload 3 /* message */
            ldc "unavailable"
            invokevirtual org.springframework.boot.autoconfigure.condition.ConditionMessage$Builder.because:(Ljava/lang/String;)Lorg/springframework/boot/autoconfigure/condition/ConditionMessage;
            invokestatic org.springframework.boot.autoconfigure.condition.ConditionOutcome.noMatch:(Lorg/springframework/boot/autoconfigure/condition/ConditionMessage;)Lorg/springframework/boot/autoconfigure/condition/ConditionOutcome;
            areturn
         4: .line 41
      StackMap locals: org.springframework.boot.autoconfigure.condition.ConditionMessage$Builder org.springframework.boot.devtools.restart.Restarter
      StackMap stack:
            aload 4 /* restarter */
            invokevirtual org.springframework.boot.devtools.restart.Restarter.getInitialUrls:()[Ljava/net/URL;
            ifnonnull 6
         5: .line 42
            aload 3 /* message */
            ldc "initialized without URLs"
            invokevirtual org.springframework.boot.autoconfigure.condition.ConditionMessage$Builder.because:(Ljava/lang/String;)Lorg/springframework/boot/autoconfigure/condition/ConditionMessage;
            invokestatic org.springframework.boot.autoconfigure.condition.ConditionOutcome.noMatch:(Lorg/springframework/boot/autoconfigure/condition/ConditionMessage;)Lorg/springframework/boot/autoconfigure/condition/ConditionOutcome;
            areturn
         6: .line 44
      StackMap locals:
      StackMap stack:
            aload 3 /* message */
            ldc "available and initialized"
            invokevirtual org.springframework.boot.autoconfigure.condition.ConditionMessage$Builder.because:(Ljava/lang/String;)Lorg/springframework/boot/autoconfigure/condition/ConditionMessage;
            invokestatic org.springframework.boot.autoconfigure.condition.ConditionOutcome.match:(Lorg/springframework/boot/autoconfigure/condition/ConditionMessage;)Lorg/springframework/boot/autoconfigure/condition/ConditionOutcome;
            areturn
        end local 4 // org.springframework.boot.devtools.restart.Restarter restarter
        end local 3 // org.springframework.boot.autoconfigure.condition.ConditionMessage$Builder message
        end local 2 // org.springframework.core.type.AnnotatedTypeMetadata metadata
        end local 1 // org.springframework.context.annotation.ConditionContext context
        end local 0 // org.springframework.boot.devtools.restart.OnInitializedRestarterCondition this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/springframework/boot/devtools/restart/OnInitializedRestarterCondition;
            0    7     1    context  Lorg/springframework/context/annotation/ConditionContext;
            0    7     2   metadata  Lorg/springframework/core/type/AnnotatedTypeMetadata;
            1    7     3    message  Lorg/springframework/boot/autoconfigure/condition/ConditionMessage$Builder;
            2    7     4  restarter  Lorg/springframework/boot/devtools/restart/Restarter;
    MethodParameters:
          Name  Flags
      context   
      metadata  

  private org.springframework.boot.devtools.restart.Restarter getRestarter();
    descriptor: ()Lorg/springframework/boot/devtools/restart/Restarter;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.devtools.restart.OnInitializedRestarterCondition this
         0: .line 49
            invokestatic org.springframework.boot.devtools.restart.Restarter.getInstance:()Lorg/springframework/boot/devtools/restart/Restarter;
         1: areturn
         2: .line 51
      StackMap locals:
      StackMap stack: java.lang.Exception
            pop
         3: .line 52
            aconst_null
            areturn
        end local 0 // org.springframework.boot.devtools.restart.OnInitializedRestarterCondition this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/boot/devtools/restart/OnInitializedRestarterCondition;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Exception
}
SourceFile: "OnInitializedRestarterCondition.java"
InnerClasses:
  public final Builder = org.springframework.boot.autoconfigure.condition.ConditionMessage$Builder of org.springframework.boot.autoconfigure.condition.ConditionMessage