public class org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration
super_class: java.lang.Object
{
private static final org.apache.commons.logging.Log logger;
descriptor: Lorg/apache/commons/logging/Log;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private final org.springframework.boot.devtools.autoconfigure.DevToolsProperties properties;
descriptor: Lorg/springframework/boot/devtools/autoconfigure/DevToolsProperties;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.springframework.boot.devtools.autoconfigure.DevToolsProperties);
descriptor: (Lorg/springframework/boot/devtools/autoconfigure/DevToolsProperties;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
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;
MethodParameters:
Name Flags
properties
public org.springframework.boot.devtools.remote.server.AccessManager remoteDevToolsAccessManager();
descriptor: ()Lorg/springframework/boot/devtools/remote/server/AccessManager;
flags: (0x0001) ACC_PUBLIC
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;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean()
public org.springframework.boot.devtools.remote.server.HandlerMapper remoteDevToolsHealthCheckHandlerMapper(org.springframework.boot.autoconfigure.web.ServerProperties);
descriptor: (Lorg/springframework/boot/autoconfigure/web/ServerProperties;)Lorg/springframework/boot/devtools/remote/server/HandlerMapper;
flags: (0x0001) ACC_PUBLIC
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;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
MethodParameters:
Name Flags
serverProperties
public org.springframework.boot.devtools.remote.server.DispatcherFilter remoteDevToolsDispatcherFilter(org.springframework.boot.devtools.remote.server.AccessManager, java.util.Collection<org.springframework.boot.devtools.remote.server.HandlerMapper>);
descriptor: (Lorg/springframework/boot/devtools/remote/server/AccessManager;Ljava/util/Collection;)Lorg/springframework/boot/devtools/remote/server/DispatcherFilter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
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;
Signature: (Lorg/springframework/boot/devtools/remote/server/AccessManager;Ljava/util/Collection<Lorg/springframework/boot/devtools/remote/server/HandlerMapper;>;)Lorg/springframework/boot/devtools/remote/server/DispatcherFilter;
RuntimeVisibleAnnotations:
org.springframework.context.annotation.Bean()
org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean()
MethodParameters:
Name Flags
accessManager
mappers
}
SourceFile: "RemoteDevToolsAutoConfiguration.java"
NestMembers:
org.springframework.boot.devtools.autoconfigure.RemoteDevToolsAutoConfiguration$RemoteRestartConfiguration
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.context.annotation.Conditional(value = {Lorg/springframework/boot/devtools/autoconfigure/OnEnabledDevToolsCondition;})
org.springframework.boot.autoconfigure.condition.ConditionalOnProperty(prefix = "spring.devtools.remote", name = {"secret"})
org.springframework.boot.autoconfigure.condition.ConditionalOnClass(value = {LFilter;, LServerHttpRequest;})
org.springframework.boot.autoconfigure.AutoConfigureAfter(value = {Lorg/springframework/boot/autoconfigure/security/servlet/SecurityAutoConfiguration;})
org.springframework.context.annotation.Import(value = {Lorg/springframework/boot/devtools/autoconfigure/RemoteDevtoolsSecurityConfiguration;})
org.springframework.boot.context.properties.EnableConfigurationProperties(value = {Lorg/springframework/boot/autoconfigure/web/ServerProperties;, Lorg/springframework/boot/devtools/autoconfigure/DevToolsProperties;})