public class org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor implements org.springframework.boot.env.EnvironmentPostProcessor, org.springframework.core.Ordered
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
super_class: java.lang.Object
{
public static final int DEFAULT_ORDER;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: -2147483644
private int order;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
ldc -2147483644
putfield org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.order:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/boot/env/SystemEnvironmentPropertySourceEnvironmentPostProcessor;
public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment, org.springframework.boot.SpringApplication);
descriptor: (Lorg/springframework/core/env/ConfigurableEnvironment;Lorg/springframework/boot/SpringApplication;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: ldc "systemEnvironment"
astore 3
start local 3 1: aload 1
invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
aload 3
invokevirtual org.springframework.core.env.MutablePropertySources.get:(Ljava/lang/String;)Lorg/springframework/core/env/PropertySource;
astore 4
start local 4 2: aload 4
ifnull 4
3: aload 0
aload 1
aload 3
aload 4
invokevirtual org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.replacePropertySource:(Lorg/springframework/core/env/ConfigurableEnvironment;Ljava/lang/String;Lorg/springframework/core/env/PropertySource;)V
4: StackMap locals: java.lang.String org.springframework.core.env.PropertySource
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/boot/env/SystemEnvironmentPropertySourceEnvironmentPostProcessor;
0 5 1 environment Lorg/springframework/core/env/ConfigurableEnvironment;
0 5 2 application Lorg/springframework/boot/SpringApplication;
1 5 3 sourceName Ljava/lang/String;
2 5 4 propertySource Lorg/springframework/core/env/PropertySource<*>;
MethodParameters:
Name Flags
environment
application
private void replacePropertySource(org.springframework.core.env.ConfigurableEnvironment, java.lang.String, org.springframework.core.env.PropertySource<?>);
descriptor: (Lorg/springframework/core/env/ConfigurableEnvironment;Ljava/lang/String;Lorg/springframework/core/env/PropertySource;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
invokevirtual org.springframework.core.env.PropertySource.getSource:()Ljava/lang/Object;
checkcast java.util.Map
astore 4
start local 4 1: new org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource
dup
aload 2
2: aload 4
3: invokespecial org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource.<init>:(Ljava/lang/String;Ljava/util/Map;)V
astore 5
start local 5 4: aload 1
invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
aload 2
aload 5
invokevirtual org.springframework.core.env.MutablePropertySources.replace:(Ljava/lang/String;Lorg/springframework/core/env/PropertySource;)V
5: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/springframework/boot/env/SystemEnvironmentPropertySourceEnvironmentPostProcessor;
0 6 1 environment Lorg/springframework/core/env/ConfigurableEnvironment;
0 6 2 sourceName Ljava/lang/String;
0 6 3 propertySource Lorg/springframework/core/env/PropertySource<*>;
1 6 4 originalSource Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
4 6 5 source Lorg/springframework/core/env/SystemEnvironmentPropertySource;
Signature: (Lorg/springframework/core/env/ConfigurableEnvironment;Ljava/lang/String;Lorg/springframework/core/env/PropertySource<*>;)V
MethodParameters:
Name Flags
environment
sourceName
propertySource
public int getOrder();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.order:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/boot/env/SystemEnvironmentPropertySourceEnvironmentPostProcessor;
public void setOrder(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.order:I
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/boot/env/SystemEnvironmentPropertySourceEnvironmentPostProcessor;
0 2 1 order I
MethodParameters:
Name Flags
order
}
SourceFile: "SystemEnvironmentPropertySourceEnvironmentPostProcessor.java"
NestMembers:
org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource
InnerClasses:
protected OriginAwareSystemEnvironmentPropertySource = org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource of org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor