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

  private final java.util.List<java.lang.String> activeProfiles;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private final java.util.List<org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertySourceEntryDescriptor> propertySources;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertySourceEntryDescriptor;>;

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

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

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

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