public class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint implements org.springframework.context.ApplicationContextAware
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
  super_class: java.lang.Object
{
  private static final java.lang.String CONFIGURATION_PROPERTIES_FILTER_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "configurationPropertiesFilter"

  private final org.springframework.boot.actuate.endpoint.Sanitizer sanitizer;
    descriptor: Lorg/springframework/boot/actuate/endpoint/Sanitizer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.springframework.context.ApplicationContext context;
    descriptor: Lorg/springframework/context/ApplicationContext;
    flags: (0x0002) ACC_PRIVATE

  private ObjectMapper objectMapper;
    descriptor: LObjectMapper;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tThe method getObjectMapper() from the type ConfigurationPropertiesReportEndpoint refers to the missing type ObjectMapper\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tSerializationFeature cannot be resolved to a variable\n\tSerializationFeature cannot be resolved to a variable\n\tSerializationFeature cannot be resolved to a variable\n\tMapperFeature cannot be resolved to a variable\n\tInclude cannot be resolved to a variable\n\tJavaTimeModule cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tSimpleFilterProvider cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tSerializerFactory cannot be resolved to a type\n\tBeanSerializerFactory cannot be resolved\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tJacksonAnnotationIntrospector cannot be resolved to a type\n\tAnnotated cannot be resolved to a type\n\tSimpleBeanPropertyFilter cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tPropertyWriter cannot be resolved to a type\n\tJsonGenerator cannot be resolved to a type\n\tSerializerProvider cannot be resolved to a type\n\tPropertyWriter cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tBeanSerializerModifier cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tSerializationConfig cannot be resolved to a type\n\tBeanDescription cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tBeanDescription cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tBeanDescription cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tAnnotatedMethod cannot be resolved to a type\n\tAnnotatedMethod cannot be resolved to a type\n\tBeanDescription cannot be resolved to a type\n\tBeanPropertyWriter cannot be resolved to a type\n\tAnnotatedMethod cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;

  public void setApplicationContext(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    Exceptions:
      throws org.springframework.beans.BeansException
    MethodParameters:
         Name  Flags
      context  

  public void setKeysToSanitize(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 106
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    MethodParameters:
                Name  Flags
      keysToSanitize  

  public org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ApplicationConfigurationProperties configurationProperties();
    descriptor: ()Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ApplicationConfigurationProperties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 111
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.ReadOperation()

  private org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ApplicationConfigurationProperties extract(org.springframework.context.ApplicationContext);
    descriptor: (Lorg/springframework/context/ApplicationContext;)Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ApplicationConfigurationProperties;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tObjectMapper cannot be resolved to a type\n\tThe method getObjectMapper() from the type ConfigurationPropertiesReportEndpoint refers to the missing type ObjectMapper\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    MethodParameters:
         Name  Flags
      context  

  private ObjectMapper getObjectMapper();
    descriptor: ()LObjectMapper;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n\tObjectMapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;

  protected void configureObjectMapper(ObjectMapper);
    descriptor: (LObjectMapper;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 140
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tObjectMapper cannot be resolved to a type\n\tSerializationFeature cannot be resolved to a variable\n\tSerializationFeature cannot be resolved to a variable\n\tSerializationFeature cannot be resolved to a variable\n\tMapperFeature cannot be resolved to a variable\n\tInclude cannot be resolved to a variable\n\tJavaTimeModule cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    MethodParameters:
        Name  Flags
      mapper  

  void applyConfigurationPropertiesFilter(ObjectMapper);
    descriptor: (LObjectMapper;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tObjectMapper cannot be resolved to a type\n\tSimpleFilterProvider cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    MethodParameters:
        Name  Flags
      mapper  

  void applySerializationModifier(ObjectMapper);
    descriptor: (LObjectMapper;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 161
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tObjectMapper cannot be resolved to a type\n\tSerializerFactory cannot be resolved to a type\n\tBeanSerializerFactory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    MethodParameters:
        Name  Flags
      mapper  

  org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties describeBeans(ObjectMapper, org.springframework.context.ApplicationContext);
    descriptor: (LObjectMapper;Lorg/springframework/context/ApplicationContext;)Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 167
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tObjectMapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    MethodParameters:
         Name  Flags
      mapper   
      context  

  org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor describeBean(ObjectMapper, org.springframework.boot.context.properties.ConfigurationPropertiesBean);
    descriptor: (LObjectMapper;Lorg/springframework/boot/context/properties/ConfigurationPropertiesBean;)Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 175
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tObjectMapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    MethodParameters:
        Name  Flags
      mapper  
      bean    

  java.util.Map<java.lang.String, java.lang.Object> safeSerialize(ObjectMapper, , java.lang.String);
    descriptor: (LObjectMapper;Ljava/lang/Object;Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 192
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tObjectMapper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    Signature: (LObjectMapper;Ljava/lang/Object;Ljava/lang/String;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      mapper  
      bean    
      prefix  

  private java.util.Map<java.lang.String, java.lang.Object> sanitize(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      prefix  
      map     

  private java.util.List<java.lang.Object> sanitize(java.lang.String, java.util.List<java.lang.Object>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 228
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/Object;>;)Ljava/util/List<Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      prefix  
      list    

  private java.util.Map<java.lang.String, java.lang.Object> getInputs(java.lang.String, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/lang/String;Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 245
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      prefix  
      map     

  private java.util.List<java.lang.Object> getInputs(java.lang.String, java.util.List<java.lang.Object>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 263
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    Signature: (Ljava/lang/String;Ljava/util/List<Ljava/lang/Object;>;)Ljava/util/List<Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      prefix  
      list    

  private java.util.Map<java.lang.String, java.lang.Object> applyInput(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 281
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    Signature: (Ljava/lang/String;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
              Name  Flags
      qualifiedKey  

  private java.util.Map<java.lang.String, java.lang.Object> getInput(java.lang.String, org.springframework.boot.context.properties.source.ConfigurationProperty);
    descriptor: (Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationProperty;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 294
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    Signature: (Ljava/lang/String;Lorg/springframework/boot/context/properties/source/ConfigurationProperty;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    MethodParameters:
           Name  Flags
      property   
      candidate  

  private java.lang.String getQualifiedKey(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
         0: .line 307
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint;
    MethodParameters:
        Name  Flags
      prefix  
      key     
}
SourceFile: "ConfigurationPropertiesReportEndpoint.java"
NestMembers:
  org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ApplicationConfigurationProperties  org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesAnnotationIntrospector  org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor  org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesPropertyFilter  org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties  org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$GenericSerializerModifier
InnerClasses:
  public final ApplicationConfigurationProperties = org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ApplicationConfigurationProperties of org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
  private ConfigurationPropertiesAnnotationIntrospector = org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesAnnotationIntrospector of org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
  public final ConfigurationPropertiesBeanDescriptor = org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor of org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
  private ConfigurationPropertiesPropertyFilter = org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesPropertyFilter of org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
  public final ContextConfigurationProperties = org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties of org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
  protected GenericSerializerModifier = org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$GenericSerializerModifier of org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
    RuntimeVisibleAnnotations: 
      org.springframework.boot.actuate.endpoint.annotation.Endpoint(id = "configprops")