class io.vertx.codegen.CodeGen$ModelEntry<E extends javax.lang.model.element.Element, M extends io.vertx.codegen.Model> implements java.util.Map$Entry<E, M>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.codegen.CodeGen$ModelEntry
  super_class: java.lang.Object
{
  private final E key;
    descriptor: Ljavax/lang/model/element/Element;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TE;

  private final java.util.function.Supplier<M> supplier;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Supplier<TM;>;

  private M value;
    descriptor: Lio/vertx/codegen/Model;
    flags: (0x0002) ACC_PRIVATE
    Signature: TM;

  private void <init>(E, java.util.function.Supplier<M>);
    descriptor: (Ljavax/lang/model/element/Element;Ljava/util/function/Supplier;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codegen.CodeGen$ModelEntry this
        start local 1 // javax.lang.model.element.Element key
        start local 2 // java.util.function.Supplier supplier
         0: .line 174
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 175
            aload 0 /* this */
            aload 1 /* key */
            putfield io.vertx.codegen.CodeGen$ModelEntry.key:Ljavax/lang/model/element/Element;
         2: .line 176
            aload 0 /* this */
            aload 2 /* supplier */
            putfield io.vertx.codegen.CodeGen$ModelEntry.supplier:Ljava/util/function/Supplier;
         3: .line 177
            return
        end local 2 // java.util.function.Supplier supplier
        end local 1 // javax.lang.model.element.Element key
        end local 0 // io.vertx.codegen.CodeGen$ModelEntry this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/codegen/CodeGen$ModelEntry<TE;TM;>;
            0    4     1       key  TE;
            0    4     2  supplier  Ljava/util/function/Supplier<TM;>;
    Signature: (TE;Ljava/util/function/Supplier<TM;>;)V
    MethodParameters:
          Name  Flags
      key       
      supplier  

  public E getKey();
    descriptor: ()Ljavax/lang/model/element/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.CodeGen$ModelEntry this
         0: .line 181
            aload 0 /* this */
            getfield io.vertx.codegen.CodeGen$ModelEntry.key:Ljavax/lang/model/element/Element;
            areturn
        end local 0 // io.vertx.codegen.CodeGen$ModelEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/CodeGen$ModelEntry<TE;TM;>;
    Signature: ()TE;

  public M getValue();
    descriptor: ()Lio/vertx/codegen/Model;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.codegen.CodeGen$ModelEntry this
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.codegen.CodeGen$ModelEntry.value:Lio/vertx/codegen/Model;
            ifnonnull 3
         1: .line 187
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.codegen.CodeGen$ModelEntry.supplier:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast io.vertx.codegen.Model
            putfield io.vertx.codegen.CodeGen$ModelEntry.value:Lio/vertx/codegen/Model;
         2: .line 188
            aload 0 /* this */
            getfield io.vertx.codegen.CodeGen$ModelEntry.value:Lio/vertx/codegen/Model;
            invokeinterface io.vertx.codegen.Model.process:()Z
            pop
         3: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codegen.CodeGen$ModelEntry.value:Lio/vertx/codegen/Model;
            areturn
        end local 0 // io.vertx.codegen.CodeGen$ModelEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/codegen/CodeGen$ModelEntry<TE;TM;>;
    Signature: ()TM;

  public M setValue();
    descriptor: (Lio/vertx/codegen/Model;)Lio/vertx/codegen/Model;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.CodeGen$ModelEntry this
        start local 1 // io.vertx.codegen.Model value
         0: .line 195
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.vertx.codegen.Model value
        end local 0 // io.vertx.codegen.CodeGen$ModelEntry this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/codegen/CodeGen$ModelEntry<TE;TM;>;
            0    1     1  value  TM;
    Signature: (TM;)TM;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.codegen.CodeGen$ModelEntry.getKey:()Ljavax/lang/model/element/Element;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.codegen.Model
            invokevirtual io.vertx.codegen.CodeGen$ModelEntry.setValue:(Lio/vertx/codegen/Model;)Lio/vertx/codegen/Model;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.codegen.CodeGen$ModelEntry.getValue:()Lio/vertx/codegen/Model;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E::Ljavax/lang/model/element/Element;M::Lio/vertx/codegen/Model;>Ljava/lang/Object;Ljava/util/Map$Entry<TE;TM;>;
SourceFile: "CodeGen.java"
NestHost: io.vertx.codegen.CodeGen
InnerClasses:
  private ModelEntry = io.vertx.codegen.CodeGen$ModelEntry of io.vertx.codegen.CodeGen
  public abstract Entry = java.util.Map$Entry of java.util.Map