class org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$LiveReloadConfiguration
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$LiveReloadConfiguration
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfiguration$LiveReloadConfiguration;
org.springframework.boot.devtools.livereload.LiveReloadServer liveReloadServer(org.springframework.boot.devtools.autoconfigure.DevToolsProperties);
descriptor: (Lorg/springframework/boot/devtools/autoconfigure/DevToolsProperties;)Lorg/springframework/boot/devtools/livereload/LiveReloadServer;
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.springframework.boot.devtools.livereload.LiveReloadServer
dup
aload 1
invokevirtual org.springframework.boot.devtools.autoconfigure.DevToolsProperties.getLivereload:()Lorg/springframework/boot/devtools/autoconfigure/DevToolsProperties$Livereload;
invokevirtual org.springframework.boot.devtools.autoconfigure.DevToolsProperties$Livereload.getPort:()I
1: invokestatic org.springframework.boot.devtools.restart.Restarter.getInstance:()Lorg/springframework/boot/devtools/restart/Restarter;
invokevirtual org.springframework.boot.devtools.restart.Restarter.getThreadFactory:()Ljava/util/concurrent/ThreadFactory;
2: invokespecial org.springframework.boot.devtools.livereload.LiveReloadServer.<init>:(ILjava/util/concurrent/ThreadFactory;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfiguration$LiveReloadConfiguration;
0 3 1 properties Lorg/springframework/boot/devtools/autoconfigure/DevToolsProperties;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
org.springframework.boot.devtools.restart.RestartScope()
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean()
MethodParameters:
Name Flags
properties
org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer optionalLiveReloadServer(org.springframework.boot.devtools.livereload.LiveReloadServer);
descriptor: (Lorg/springframework/boot/devtools/livereload/LiveReloadServer;)Lorg/springframework/boot/devtools/autoconfigure/OptionalLiveReloadServer;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
dup
aload 1
invokespecial org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer.<init>:(Lorg/springframework/boot/devtools/livereload/LiveReloadServer;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfiguration$LiveReloadConfiguration;
0 1 1 liveReloadServer Lorg/springframework/boot/devtools/livereload/LiveReloadServer;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
MethodParameters:
Name Flags
liveReloadServer
org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$LiveReloadServerEventListener liveReloadServerEventListener(org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer);
descriptor: (Lorg/springframework/boot/devtools/autoconfigure/OptionalLiveReloadServer;)Lorg/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfiguration$LiveReloadServerEventListener;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: new org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$LiveReloadServerEventListener
dup
aload 1
invokespecial org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$LiveReloadServerEventListener.<init>:(Lorg/springframework/boot/devtools/autoconfigure/OptionalLiveReloadServer;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfiguration$LiveReloadConfiguration;
0 1 1 liveReloadServer Lorg/springframework/boot/devtools/autoconfigure/OptionalLiveReloadServer;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
MethodParameters:
Name Flags
liveReloadServer
}
SourceFile: "LocalDevToolsAutoConfiguration.java"
NestHost: org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
InnerClasses:
public Livereload = org.springframework.boot.devtools.autoconfigure.DevToolsProperties$Livereload of org.springframework.boot.devtools.autoconfigure.DevToolsProperties
LiveReloadConfiguration = org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$LiveReloadConfiguration of org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
LiveReloadServerEventListener = org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$LiveReloadServerEventListener of org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Configuration(proxyBeanMethods = false)
org.springframework.boot.autoconfigure.condition.ConditionalOnProperty(prefix = "spring.devtools.livereload", name = {"enabled"}, matchIfMissing = true)