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 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 47
            aload 0 /* this */
            ldc -2147483644
            putfield org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.order:I
         2: .line 40
            return
        end local 0 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
      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 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
        start local 1 // org.springframework.core.env.ConfigurableEnvironment environment
        start local 2 // org.springframework.boot.SpringApplication application
         0: .line 51
            ldc "systemEnvironment"
            astore 3 /* sourceName */
        start local 3 // java.lang.String sourceName
         1: .line 52
            aload 1 /* environment */
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
            aload 3 /* sourceName */
            invokevirtual org.springframework.core.env.MutablePropertySources.get:(Ljava/lang/String;)Lorg/springframework/core/env/PropertySource;
            astore 4 /* propertySource */
        start local 4 // org.springframework.core.env.PropertySource propertySource
         2: .line 53
            aload 4 /* propertySource */
            ifnull 4
         3: .line 54
            aload 0 /* this */
            aload 1 /* environment */
            aload 3 /* sourceName */
            aload 4 /* propertySource */
            invokevirtual org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.replacePropertySource:(Lorg/springframework/core/env/ConfigurableEnvironment;Ljava/lang/String;Lorg/springframework/core/env/PropertySource;)V
         4: .line 56
      StackMap locals: java.lang.String org.springframework.core.env.PropertySource
      StackMap stack:
            return
        end local 4 // org.springframework.core.env.PropertySource propertySource
        end local 3 // java.lang.String sourceName
        end local 2 // org.springframework.boot.SpringApplication application
        end local 1 // org.springframework.core.env.ConfigurableEnvironment environment
        end local 0 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
      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 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
        start local 1 // org.springframework.core.env.ConfigurableEnvironment environment
        start local 2 // java.lang.String sourceName
        start local 3 // org.springframework.core.env.PropertySource propertySource
         0: .line 61
            aload 3 /* propertySource */
            invokevirtual org.springframework.core.env.PropertySource.getSource:()Ljava/lang/Object;
            checkcast java.util.Map
            astore 4 /* originalSource */
        start local 4 // java.util.Map originalSource
         1: .line 62
            new org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource
            dup
            aload 2 /* sourceName */
         2: .line 63
            aload 4 /* originalSource */
         3: .line 62
            invokespecial org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource.<init>:(Ljava/lang/String;Ljava/util/Map;)V
            astore 5 /* source */
        start local 5 // org.springframework.core.env.SystemEnvironmentPropertySource source
         4: .line 64
            aload 1 /* environment */
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
            aload 2 /* sourceName */
            aload 5 /* source */
            invokevirtual org.springframework.core.env.MutablePropertySources.replace:(Ljava/lang/String;Lorg/springframework/core/env/PropertySource;)V
         5: .line 65
            return
        end local 5 // org.springframework.core.env.SystemEnvironmentPropertySource source
        end local 4 // java.util.Map originalSource
        end local 3 // org.springframework.core.env.PropertySource propertySource
        end local 2 // java.lang.String sourceName
        end local 1 // org.springframework.core.env.ConfigurableEnvironment environment
        end local 0 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
      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 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
         0: .line 69
            aload 0 /* this */
            getfield org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.order:I
            ireturn
        end local 0 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
      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 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
        start local 1 // int order
         0: .line 73
            aload 0 /* this */
            iload 1 /* order */
            putfield org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.order:I
         1: .line 74
            return
        end local 1 // int order
        end local 0 // org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor this
      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