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

  private final org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertyValueDescriptor property;
    descriptor: Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertyValueDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(java.lang.String, org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertyValueDescriptor);
    descriptor: (Ljava/lang/String;Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertyValueDescriptor;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySourceEntryDescriptor 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$PropertySourceEntryDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertySourceEntryDescriptor;
    MethodParameters:
          Name  Flags
      name      
      property  

  public java.lang.String getName();
    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$PropertySourceEntryDescriptor this
         0: .line 344
            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$PropertySourceEntryDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertySourceEntryDescriptor;

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