public class org.springframework.boot.DefaultPropertiesPropertySource extends org.springframework.core.env.MapPropertySource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.DefaultPropertiesPropertySource
  super_class: org.springframework.core.env.MapPropertySource
{
  public static final java.lang.String NAME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "defaultProperties"

  public void <init>(java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.DefaultPropertiesPropertySource this
        start local 1 // java.util.Map source
         0: .line 50
            aload 0 /* this */
            ldc "defaultProperties"
            aload 1 /* source */
            invokespecial org.springframework.core.env.MapPropertySource.<init>:(Ljava/lang/String;Ljava/util/Map;)V
         1: .line 51
            return
        end local 1 // java.util.Map source
        end local 0 // org.springframework.boot.DefaultPropertiesPropertySource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/boot/DefaultPropertiesPropertySource;
            0    2     1  source  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
        Name  Flags
      source  

  public static boolean hasMatchingName(org.springframework.core.env.PropertySource<?>);
    descriptor: (Lorg/springframework/core/env/PropertySource;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.core.env.PropertySource propertySource
         0: .line 59
            aload 0 /* propertySource */
            ifnull 1
            aload 0 /* propertySource */
            invokevirtual org.springframework.core.env.PropertySource.getName:()Ljava/lang/String;
            ldc "defaultProperties"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.springframework.core.env.PropertySource propertySource
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0  propertySource  Lorg/springframework/core/env/PropertySource<*>;
    Signature: (Lorg/springframework/core/env/PropertySource<*>;)Z
    MethodParameters:
                Name  Flags
      propertySource  

  public static void ifNotEmpty(java.util.Map<java.lang.String, java.lang.Object>, java.util.function.Consumer<org.springframework.boot.DefaultPropertiesPropertySource>);
    descriptor: (Ljava/util/Map;Ljava/util/function/Consumer;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.util.Map source
        start local 1 // java.util.function.Consumer action
         0: .line 70
            aload 0 /* source */
            invokestatic org.springframework.util.CollectionUtils.isEmpty:(Ljava/util/Map;)Z
            ifne 2
            aload 1 /* action */
            ifnull 2
         1: .line 71
            aload 1 /* action */
            new org.springframework.boot.DefaultPropertiesPropertySource
            dup
            aload 0 /* source */
            invokespecial org.springframework.boot.DefaultPropertiesPropertySource.<init>:(Ljava/util/Map;)V
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         2: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // java.util.Map source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  source  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    3     1  action  Ljava/util/function/Consumer<Lorg/springframework/boot/DefaultPropertiesPropertySource;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/util/function/Consumer<Lorg/springframework/boot/DefaultPropertiesPropertySource;>;)V
    MethodParameters:
        Name  Flags
      source  
      action  

  public static void moveToEnd(org.springframework.core.env.ConfigurableEnvironment);
    descriptor: (Lorg/springframework/core/env/ConfigurableEnvironment;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.core.env.ConfigurableEnvironment environment
         0: .line 81
            aload 0 /* environment */
            invokeinterface org.springframework.core.env.ConfigurableEnvironment.getPropertySources:()Lorg/springframework/core/env/MutablePropertySources;
            invokestatic org.springframework.boot.DefaultPropertiesPropertySource.moveToEnd:(Lorg/springframework/core/env/MutablePropertySources;)V
         1: .line 82
            return
        end local 0 // org.springframework.core.env.ConfigurableEnvironment environment
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0  environment  Lorg/springframework/core/env/ConfigurableEnvironment;
    MethodParameters:
             Name  Flags
      environment  

  public static void moveToEnd(org.springframework.core.env.MutablePropertySources);
    descriptor: (Lorg/springframework/core/env/MutablePropertySources;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.core.env.MutablePropertySources propertySources
         0: .line 90
            aload 0 /* propertySources */
            ldc "defaultProperties"
            invokevirtual org.springframework.core.env.MutablePropertySources.remove:(Ljava/lang/String;)Lorg/springframework/core/env/PropertySource;
            astore 1 /* propertySource */
        start local 1 // org.springframework.core.env.PropertySource propertySource
         1: .line 91
            aload 1 /* propertySource */
            ifnull 3
         2: .line 92
            aload 0 /* propertySources */
            aload 1 /* propertySource */
            invokevirtual org.springframework.core.env.MutablePropertySources.addLast:(Lorg/springframework/core/env/PropertySource;)V
         3: .line 94
      StackMap locals: org.springframework.core.env.PropertySource
      StackMap stack:
            return
        end local 1 // org.springframework.core.env.PropertySource propertySource
        end local 0 // org.springframework.core.env.MutablePropertySources propertySources
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0  propertySources  Lorg/springframework/core/env/MutablePropertySources;
            1    4     1   propertySource  Lorg/springframework/core/env/PropertySource<*>;
    MethodParameters:
                 Name  Flags
      propertySources  
}
SourceFile: "DefaultPropertiesPropertySource.java"