public class io.vertx.ext.unit.report.ReportingOptions
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.unit.report.ReportingOptions
  super_class: java.lang.Object
{
  private java.util.List<io.vertx.ext.unit.report.ReportOptions> reporters;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/ext/unit/report/ReportOptions;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.report.ReportingOptions this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.unit.report.ReportingOptions.reporters:Ljava/util/List;
         2: .line 29
            return
        end local 0 // io.vertx.ext.unit.report.ReportingOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/unit/report/ReportingOptions;

  public void <init>(io.vertx.ext.unit.report.ReportingOptions);
    descriptor: (Lio/vertx/ext/unit/report/ReportingOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.report.ReportingOptions this
        start local 1 // io.vertx.ext.unit.report.ReportingOptions other
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.unit.report.ReportingOptions.reporters:Ljava/util/List;
         2: .line 37
            aload 1 /* other */
            getfield io.vertx.ext.unit.report.ReportingOptions.reporters:Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
         3: .line 38
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/ext/unit/report/ReportOptions.<init>(Lio/vertx/ext/unit/report/ReportOptions;)V (8)
                  (Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/ReportOptions;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         4: .line 39
            aload 0 /* this */
            getfield io.vertx.ext.unit.report.ReportingOptions.reporters:Ljava/util/List;
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic accept(Ljava/util/List;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  java/util/List.add(Ljava/lang/Object;)Z (9 itf)
                  (Lio/vertx/ext/unit/report/ReportOptions;)V
            invokeinterface java.util.stream.Stream.forEach:(Ljava/util/function/Consumer;)V
         5: .line 40
            return
        end local 1 // io.vertx.ext.unit.report.ReportingOptions other
        end local 0 // io.vertx.ext.unit.report.ReportingOptions this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lio/vertx/ext/unit/report/ReportingOptions;
            0    6     1  other  Lio/vertx/ext/unit/report/ReportingOptions;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/json/JsonObject;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.report.ReportingOptions this
        start local 1 // io.vertx.core.json.JsonObject json
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.ext.unit.report.ReportingOptions.reporters:Ljava/util/List;
         2: .line 48
            aload 1 /* json */
            aload 0 /* this */
            invokestatic io.vertx.ext.unit.report.ReportingOptionsConverter.fromJson:(Ljava/lang/Iterable;Lio/vertx/ext/unit/report/ReportingOptions;)V
         3: .line 49
            return
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.unit.report.ReportingOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/ext/unit/report/ReportingOptions;
            0    4     1  json  Lio/vertx/core/json/JsonObject;
    MethodParameters:
      Name  Flags
      json  

  public java.util.List<io.vertx.ext.unit.report.ReportOptions> getReporters();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.report.ReportingOptions this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.ext.unit.report.ReportingOptions.reporters:Ljava/util/List;
            areturn
        end local 0 // io.vertx.ext.unit.report.ReportingOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/report/ReportingOptions;
    Signature: ()Ljava/util/List<Lio/vertx/ext/unit/report/ReportOptions;>;

  public io.vertx.ext.unit.report.ReportingOptions addReporter(io.vertx.ext.unit.report.ReportOptions);
    descriptor: (Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/ReportingOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.report.ReportingOptions this
        start local 1 // io.vertx.ext.unit.report.ReportOptions reportOptions
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.ext.unit.report.ReportingOptions.reporters:Ljava/util/List;
            aload 1 /* reportOptions */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.unit.report.ReportOptions reportOptions
        end local 0 // io.vertx.ext.unit.report.ReportingOptions this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/ext/unit/report/ReportingOptions;
            0    2     1  reportOptions  Lio/vertx/ext/unit/report/ReportOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      reportOptions  

  public io.vertx.ext.unit.report.ReportingOptions setReporters(java.util.List<io.vertx.ext.unit.report.ReportOptions>);
    descriptor: (Ljava/util/List;)Lio/vertx/ext/unit/report/ReportingOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.unit.report.ReportingOptions this
        start local 1 // java.util.List reporters
         0: .line 78
            aload 0 /* this */
            aload 1 /* reporters */
            putfield io.vertx.ext.unit.report.ReportingOptions.reporters:Ljava/util/List;
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // java.util.List reporters
        end local 0 // io.vertx.ext.unit.report.ReportingOptions this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/unit/report/ReportingOptions;
            0    2     1  reporters  Ljava/util/List<Lio/vertx/ext/unit/report/ReportOptions;>;
    Signature: (Ljava/util/List<Lio/vertx/ext/unit/report/ReportOptions;>;)Lio/vertx/ext/unit/report/ReportingOptions;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
           Name  Flags
      reporters  

  public io.vertx.core.json.JsonObject toJson();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.ext.unit.report.ReportingOptions this
         0: .line 86
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 1 /* json */
        start local 1 // io.vertx.core.json.JsonObject json
         1: .line 87
            aload 0 /* this */
            aload 1 /* json */
            invokestatic io.vertx.ext.unit.report.ReportingOptionsConverter.toJson:(Lio/vertx/ext/unit/report/ReportingOptions;Lio/vertx/core/json/JsonObject;)V
         2: .line 88
            aload 1 /* json */
            areturn
        end local 1 // io.vertx.core.json.JsonObject json
        end local 0 // io.vertx.ext.unit.report.ReportingOptions this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/ext/unit/report/ReportingOptions;
            1    3     1  json  Lio/vertx/core/json/JsonObject;
}
SourceFile: "ReportingOptions.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.DataObject(generateConverter = true)