class org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue
  super_class: java.lang.Object
{
  private static final java.lang.String[] CANDIDATES;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.core.env.PropertySource<?> propertySource;
    descriptor: Lorg/springframework/core/env/PropertySource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/springframework/core/env/PropertySource<*>;

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

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

  void <init>(org.springframework.core.env.PropertySource<?>, java.lang.String, java.lang.String);
    descriptor: (Lorg/springframework/core/env/PropertySource;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.web cannot be resolved\n\tStandardServletEnvironment cannot be resolved to a variable\n\tStandardServletEnvironment cannot be resolved to a variable\n\tStandardServletEnvironment cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue;
    Signature: (Lorg/springframework/core/env/PropertySource<*>;Ljava/lang/String;Ljava/lang/String;)V
    MethodParameters:
                Name  Flags
      propertySource  
      propertyName    
      json            

  java.lang.String getJson();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue this
         0: .line 205
            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.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue;

  org.springframework.boot.origin.Origin getOrigin();
    descriptor: ()Lorg/springframework/boot/origin/Origin;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue this
         0: .line 209
            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.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue;

  static org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue get(org.springframework.core.env.PropertySource<?>);
    descriptor: (Lorg/springframework/core/env/PropertySource;)Lorg/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 213
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Lorg/springframework/core/env/PropertySource<*>;)Lorg/springframework/boot/env/SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue;
    MethodParameters:
                Name  Flags
      propertySource  
}
SourceFile: "SpringApplicationJsonEnvironmentPostProcessor.java"
NestHost: org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
InnerClasses:
  private JsonPropertyValue = org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue of org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor