public abstract class org.springframework.boot.actuate.info.InfoPropertiesInfoContributor<T extends org.springframework.boot.info.InfoProperties> implements org.springframework.boot.actuate.info.InfoContributor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.info.InfoPropertiesInfoContributor
  super_class: java.lang.Object
{
  private static final org.springframework.boot.context.properties.bind.Bindable<java.util.Map<java.lang.String, java.lang.Object>> STRING_OBJECT_MAP;
    descriptor: Lorg/springframework/boot/context/properties/bind/Bindable;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/springframework/boot/context/properties/bind/Bindable<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;

  private final T properties;
    descriptor: Lorg/springframework/boot/info/InfoProperties;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TT;

  private final org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode mode;
    descriptor: Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 41
            ldc Ljava/lang/String;
            ldc Ljava/lang/Object;
            invokestatic org.springframework.boot.context.properties.bind.Bindable.mapOf:(Ljava/lang/Class;Ljava/lang/Class;)Lorg/springframework/boot/context/properties/bind/Bindable;
            putstatic org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.STRING_OBJECT_MAP:Lorg/springframework/boot/context/properties/bind/Bindable;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(T, org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode);
    descriptor: (Lorg/springframework/boot/info/InfoProperties;Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
        start local 1 // org.springframework.boot.info.InfoProperties properties
        start local 2 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode mode
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* properties */
            putfield org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.properties:Lorg/springframework/boot/info/InfoProperties;
         2: .line 49
            aload 0 /* this */
            aload 2 /* mode */
            putfield org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.mode:Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;
         3: .line 50
            return
        end local 2 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode mode
        end local 1 // org.springframework.boot.info.InfoProperties properties
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
            0    4     1  properties  TT;
            0    4     2        mode  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;
    Signature: (TT;Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;)V
    MethodParameters:
            Name  Flags
      properties  
      mode        

  protected final T getProperties();
    descriptor: ()Lorg/springframework/boot/info/InfoProperties;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
         0: .line 57
            aload 0 /* this */
            getfield org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.properties:Lorg/springframework/boot/info/InfoProperties;
            areturn
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
    Signature: ()TT;

  protected final org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode getMode();
    descriptor: ()Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
         0: .line 65
            aload 0 /* this */
            getfield org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.mode:Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;
            areturn
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
    Signature: ()Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;

  protected abstract org.springframework.core.env.PropertySource<?> toSimplePropertySource();
    descriptor: ()Lorg/springframework/core/env/PropertySource;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: ()Lorg/springframework/core/env/PropertySource<*>;

  protected java.util.Map<java.lang.String, java.lang.Object> generateContent();
    descriptor: ()Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
         0: .line 82
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.toPropertySource:()Lorg/springframework/core/env/PropertySource;
            invokevirtual org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.extractContent:(Lorg/springframework/core/env/PropertySource;)Ljava/util/Map;
            astore 1 /* content */
        start local 1 // java.util.Map content
         1: .line 83
            aload 0 /* this */
            aload 1 /* content */
            invokevirtual org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.postProcessContent:(Ljava/util/Map;)V
         2: .line 84
            aload 1 /* content */
            areturn
        end local 1 // java.util.Map content
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
            1    3     1  content  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  protected java.util.Map<java.lang.String, java.lang.Object> extractContent(org.springframework.core.env.PropertySource<?>);
    descriptor: (Lorg/springframework/core/env/PropertySource;)Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
        start local 1 // org.springframework.core.env.PropertySource propertySource
         0: .line 93
            new org.springframework.boot.context.properties.bind.Binder
            dup
            aload 1 /* propertySource */
            invokestatic org.springframework.boot.context.properties.source.ConfigurationPropertySources.from:(Lorg/springframework/core/env/PropertySource;)Ljava/lang/Iterable;
            invokespecial org.springframework.boot.context.properties.bind.Binder.<init>:(Ljava/lang/Iterable;)V
            ldc ""
            getstatic org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.STRING_OBJECT_MAP:Lorg/springframework/boot/context/properties/bind/Bindable;
            invokevirtual org.springframework.boot.context.properties.bind.Binder.bind:(Ljava/lang/String;Lorg/springframework/boot/context/properties/bind/Bindable;)Lorg/springframework/boot/context/properties/bind/BindResult;
         1: .line 94
            invokedynamic get()Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  java/util/LinkedHashMap.<init>()V (8)
                  ()Ljava/util/Map;
            invokevirtual org.springframework.boot.context.properties.bind.BindResult.orElseGet:(Ljava/util/function/Supplier;)Ljava/lang/Object;
            checkcast java.util.Map
         2: .line 93
            areturn
        end local 1 // org.springframework.core.env.PropertySource propertySource
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
            0    3     1  propertySource  Lorg/springframework/core/env/PropertySource<*>;
    Signature: (Lorg/springframework/core/env/PropertySource<*>;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
                Name  Flags
      propertySource  

  protected void postProcessContent(java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
        start local 1 // java.util.Map content
         0: .line 103
            return
        end local 1 // java.util.Map content
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
            0    1     1  content  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
         Name  Flags
      content  

  protected org.springframework.core.env.PropertySource<?> toPropertySource();
    descriptor: ()Lorg/springframework/core/env/PropertySource;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
         0: .line 110
            aload 0 /* this */
            getfield org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.mode:Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;
            getstatic org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode.FULL:Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor$Mode;
            invokevirtual org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 111
            aload 0 /* this */
            getfield org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.properties:Lorg/springframework/boot/info/InfoProperties;
            invokevirtual org.springframework.boot.info.InfoProperties.toPropertySource:()Lorg/springframework/core/env/PropertySource;
            areturn
         2: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.toSimplePropertySource:()Lorg/springframework/core/env/PropertySource;
            areturn
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
    Signature: ()Lorg/springframework/core/env/PropertySource<*>;

  protected void copyIfSet(java.util.Properties, java.lang.String);
    descriptor: (Ljava/util/Properties;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
        start local 1 // java.util.Properties target
        start local 2 // java.lang.String key
         0: .line 122
            aload 0 /* this */
            getfield org.springframework.boot.actuate.info.InfoPropertiesInfoContributor.properties:Lorg/springframework/boot/info/InfoProperties;
            aload 2 /* key */
            invokevirtual org.springframework.boot.info.InfoProperties.get:(Ljava/lang/String;)Ljava/lang/String;
            astore 3 /* value */
        start local 3 // java.lang.String value
         1: .line 123
            aload 3 /* value */
            invokestatic org.springframework.util.StringUtils.hasText:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 124
            aload 1 /* target */
            aload 2 /* key */
            aload 3 /* value */
            invokevirtual java.util.Properties.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 126
      StackMap locals: java.lang.String
      StackMap stack:
            return
        end local 3 // java.lang.String value
        end local 2 // java.lang.String key
        end local 1 // java.util.Properties target
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
            0    4     1  target  Ljava/util/Properties;
            0    4     2     key  Ljava/lang/String;
            1    4     3   value  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      target  
      key     

  protected void replaceValue(java.util.Map<java.lang.String, java.lang.Object>, java.lang.String, );
    descriptor: (Ljava/util/Map;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
        start local 1 // java.util.Map content
        start local 2 // java.lang.String key
        start local 3 // java.lang.Object value
         0: .line 135
            aload 1 /* content */
            aload 2 /* key */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 2
            aload 3 /* value */
            ifnull 2
         1: .line 136
            aload 1 /* content */
            aload 2 /* key */
            aload 3 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.String key
        end local 1 // java.util.Map content
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
            0    3     1  content  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    3     2      key  Ljava/lang/String;
            0    3     3    value  Ljava/lang/Object;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/String;Ljava/lang/Object;)V
    MethodParameters:
         Name  Flags
      content  
      key      
      value    

  protected java.util.Map<java.lang.String, java.lang.Object> getNestedMap(java.util.Map<java.lang.String, java.lang.Object>, java.lang.String);
    descriptor: (Ljava/util/Map;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
        start local 1 // java.util.Map map
        start local 2 // java.lang.String key
         0: .line 149
            aload 1 /* map */
            aload 2 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         1: .line 150
            aload 3 /* value */
            ifnonnull 3
         2: .line 151
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            areturn
         3: .line 153
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            checkcast java.util.Map
            areturn
        end local 3 // java.lang.Object value
        end local 2 // java.lang.String key
        end local 1 // java.util.Map map
        end local 0 // org.springframework.boot.actuate.info.InfoPropertiesInfoContributor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/springframework/boot/actuate/info/InfoPropertiesInfoContributor<TT;>;
            0    4     1    map  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
            0    4     2    key  Ljava/lang/String;
            1    4     3  value  Ljava/lang/Object;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;Ljava/lang/String;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
      Name  Flags
      map   
      key   
}
Signature: <T:Lorg/springframework/boot/info/InfoProperties;>Ljava/lang/Object;Lorg/springframework/boot/actuate/info/InfoContributor;
SourceFile: "InfoPropertiesInfoContributor.java"
NestMembers:
  org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Mode = org.springframework.boot.actuate.info.InfoPropertiesInfoContributor$Mode of org.springframework.boot.actuate.info.InfoPropertiesInfoContributor