class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration$RemoteRestartConfiguration
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration$RemoteRestartConfiguration
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import org.springframework.http cannot be resolved\n\tFilter cannot be resolved to a type\n\tServerHttpRequest cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/devtools/autoconfigure/RemoteDevToolsAutoConfiguration$RemoteRestartConfiguration;
org.springframework.boot.devtools.restart.server.SourceDirectoryUrlFilter remoteRestartSourceDirectoryUrlFilter();
descriptor: ()Lorg/springframework/boot/devtools/restart/server/SourceDirectoryUrlFilter;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/devtools/autoconfigure/RemoteDevToolsAutoConfiguration$RemoteRestartConfiguration;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean()
org.springframework.boot.devtools.restart.server.HttpRestartServer remoteRestartHttpRestartServer(org.springframework.boot.devtools.restart.server.SourceDirectoryUrlFilter);
descriptor: (Lorg/springframework/boot/devtools/restart/server/SourceDirectoryUrlFilter;)Lorg/springframework/boot/devtools/restart/server/HttpRestartServer;
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/devtools/autoconfigure/RemoteDevToolsAutoConfiguration$RemoteRestartConfiguration;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean()
MethodParameters:
Name Flags
sourceDirectoryUrlFilter
org.springframework.boot.devtools.remote.server.UrlHandlerMapper remoteRestartHandlerMapper(org.springframework.boot.devtools.restart.server.HttpRestartServer, org.springframework.boot.autoconfigure.web.ServerProperties, org.springframework.boot.devtools.autoconfigure.DevToolsProperties);
descriptor: (Lorg/springframework/boot/devtools/restart/server/HttpRestartServer;Lorg/springframework/boot/autoconfigure/web/ServerProperties;Lorg/springframework/boot/devtools/autoconfigure/DevToolsProperties;)Lorg/springframework/boot/devtools/remote/server/UrlHandlerMapper;
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/devtools/autoconfigure/RemoteDevToolsAutoConfiguration$RemoteRestartConfiguration;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean(name = {"remoteRestartHandlerMapper"})
MethodParameters:
Name Flags
server
serverProperties
properties
}
SourceFile: "RemoteDevToolsAutoConfiguration.java"
NestHost: org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
InnerClasses:
RemoteRestartConfiguration = org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration$RemoteRestartConfiguration of org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Configuration(proxyBeanMethods = false)
org.springframework.boot.autoconfigure.condition.ConditionalOnProperty(prefix = "spring.devtools.remote.restart", name = {"enabled"}, matchIfMissing = true)