public final class org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor> beans;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor;>;

  private final java.lang.String parentId;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.util.Map<java.lang.String, org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor>, java.lang.String);
    descriptor: (Ljava/util/Map;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties 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$ContextConfigurationProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor;>;Ljava/lang/String;)V
    MethodParameters:
          Name  Flags
      beans     
      parentId  

  public java.util.Map<java.lang.String, org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor> getBeans();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties this
         0: .line 516
            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$ContextConfigurationProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor;>;

  public java.lang.String getParentId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties this
         0: .line 520
            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$ContextConfigurationProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/context/properties/ConfigurationPropertiesReportEndpoint$ContextConfigurationProperties;
}
SourceFile: "ConfigurationPropertiesReportEndpoint.java"
NestHost: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint
InnerClasses:
  public final ConfigurationPropertiesBeanDescriptor = org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint$ConfigurationPropertiesBeanDescriptor 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