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 0: aload 0
invokespecial org.springframework.boot.autoconfigure.condition.SpringBootCondition.<init>:()V
return
end local 0 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 start local 1 start local 2 0: 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
start local 3 1: aload 0
invokevirtual org.springframework.boot.devtools.restart.OnInitializedRestarterCondition.getRestarter:()Lorg/springframework/boot/devtools/restart/Restarter;
astore 4
start local 4 2: aload 4
ifnonnull 4
3: aload 3
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: StackMap locals: org.springframework.boot.autoconfigure.condition.ConditionMessage$Builder org.springframework.boot.devtools.restart.Restarter
StackMap stack:
aload 4
invokevirtual org.springframework.boot.devtools.restart.Restarter.getInitialUrls:()[Ljava/net/URL;
ifnonnull 6
5: aload 3
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: StackMap locals:
StackMap stack:
aload 3
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 end local 3 end local 2 end local 1 end local 0 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 0: invokestatic org.springframework.boot.devtools.restart.Restarter.getInstance:()Lorg/springframework/boot/devtools/restart/Restarter;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.Exception
pop
3: aconst_null
areturn
end local 0 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