public final class org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySummaryDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySummaryDescriptor
  super_class: java.lang.Object
{
  private final java.lang.String source;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySummaryDescriptor this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tJsonInclude cannot be resolved to a type\n\tJsonInclude cannot be resolved to a variable\n\tJsonInclude cannot be resolved to a type\n\tJsonInclude cannot be resolved to a variable\n\tJsonInclude cannot be resolved to a type\n\tJsonInclude cannot be resolved to a variable\n\tJsonInclude cannot be resolved to a type\n\tJsonInclude cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySummaryDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertySummaryDescriptor;
    MethodParameters:
        Name  Flags
      source  
      value   

  public java.lang.String getSource();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySummaryDescriptor this
         0: .line 295
            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.env.EnvironmentEndpoint$PropertySummaryDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertySummaryDescriptor;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySummaryDescriptor this
         0: .line 299
            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.env.EnvironmentEndpoint$PropertySummaryDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertySummaryDescriptor;
}
SourceFile: "EnvironmentEndpoint.java"
NestHost: org.springframework.boot.actuate.env.EnvironmentEndpoint
InnerClasses:
  public final PropertySummaryDescriptor = org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySummaryDescriptor of org.springframework.boot.actuate.env.EnvironmentEndpoint