public final class org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
  super_class: java.lang.Object
{
  private final ExtendedThrowablePatternConverter delegate;
    descriptor: LExtendedThrowablePatternConverter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(Configuration, java.lang.String[]);
    descriptor: (LConfiguration;[Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.logging cannot be resolved\n\tThe import org.apache.logging cannot be resolved\n\tThe import org.apache.logging cannot be resolved\n\tThe import org.apache.logging cannot be resolved\n\tThe import org.apache.logging cannot be resolved\n\tThe import org.apache.logging cannot be resolved\n\tThe import org.apache.logging cannot be resolved\n\tPlugin cannot be resolved to a type\n\tPatternConverter cannot be resolved to a variable\n\tConverterKeys cannot be resolved to a type\n\tThrowablePatternConverter cannot be resolved to a type\n\tExtendedThrowablePatternConverter cannot be resolved to a type\n\tConfiguration cannot be resolved to a type\n\tExtendedThrowablePatternConverter cannot be resolved to a type\n\tExtendedThrowablePatternConverter cannot be resolved\n\tLogEvent cannot be resolved to a type\n\toptions cannot be resolved or is not a field\n\tExtendedThrowablePatternConverter cannot be resolved to a type\n\toptions cannot be resolved or is not a field\n\tConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/log4j2/ExtendedWhitespaceThrowablePatternConverter;
    MethodParameters:
               Name  Flags
      configuration  
      options        

  public void format(LogEvent, java.lang.StringBuilder);
    descriptor: (LLogEvent;Ljava/lang/StringBuilder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tLogEvent cannot be resolved to a type\n\toptions cannot be resolved or is not a field\n\tExtendedThrowablePatternConverter cannot be resolved to a type\n\toptions cannot be resolved or is not a field\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/logging/log4j2/ExtendedWhitespaceThrowablePatternConverter;
    MethodParameters:
        Name  Flags
      event   
      buffer  

  public static org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter newInstance(Configuration, java.lang.String[]);
    descriptor: (LConfiguration;[Ljava/lang/String;)Lorg/springframework/boot/logging/log4j2/ExtendedWhitespaceThrowablePatternConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 62
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tConfiguration cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
               Name  Flags
      configuration  
      options        
}
SourceFile: "ExtendedWhitespaceThrowablePatternConverter.java"
    RuntimeInvisibleAnnotations: 
      Plugin()