public interface ch.qos.logback.core.pattern.PostCompileProcessor<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: ch.qos.logback.core.pattern.PostCompileProcessor
  super_class: java.lang.Object
{
  public abstract void process(ch.qos.logback.core.Context, ch.qos.logback.core.pattern.Converter<E>);
    descriptor: (Lch/qos/logback/core/Context;Lch/qos/logback/core/pattern/Converter;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lch/qos/logback/core/Context;Lch/qos/logback/core/pattern/Converter<TE;>;)V
    MethodParameters:
         Name  Flags
      context  
      head     
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "PostCompileProcessor.java"