public interface org.jboss.resteasy.core.ServerResponseWriter$RunnableWithIOException
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jboss.resteasy.core.ServerResponseWriter$RunnableWithIOException
  super_class: java.lang.Object
{
  public abstract void run();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ServerResponseWriter.java"
NestHost: org.jboss.resteasy.core.ServerResponseWriter
InnerClasses:
  public abstract RunnableWithIOException = org.jboss.resteasy.core.ServerResponseWriter$RunnableWithIOException of org.jboss.resteasy.core.ServerResponseWriter
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()