public interface io.vertx.ext.unit.report.ReporterFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.unit.report.ReporterFactory
  super_class: java.lang.Object
{
  public abstract io.vertx.ext.unit.report.Reporter reporter(io.vertx.core.Vertx, io.vertx.ext.unit.report.ReportOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/Reporter;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      vertx    
      options  
}
SourceFile: "ReporterFactory.java"