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

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

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

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

  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$PropertyValueDescriptor this
         0: .line 374
            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$PropertyValueDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertyValueDescriptor;

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

  public java.lang.String[] getOriginParents();
    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$PropertyValueDescriptor this
         0: .line 382
            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$PropertyValueDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/env/EnvironmentEndpoint$PropertyValueDescriptor;
}
SourceFile: "EnvironmentEndpoint.java"
NestHost: org.springframework.boot.actuate.env.EnvironmentEndpoint
InnerClasses:
  public final PropertyValueDescriptor = org.springframework.boot.actuate.env.EnvironmentEndpoint$PropertyValueDescriptor of org.springframework.boot.actuate.env.EnvironmentEndpoint