public class io.vertx.codetrans.expression.JsonObjectModel extends io.vertx.codetrans.expression.ExpressionModel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codetrans.expression.JsonObjectModel
  super_class: io.vertx.codetrans.expression.ExpressionModel
{
  static final java.util.Map<java.lang.String, java.lang.Class<?>> classMapping;
    descriptor: Ljava/util/Map;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;

  final io.vertx.codetrans.expression.ExpressionModel expression;
    descriptor: Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 20
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
         1: .line 23
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "Integer"
            ldc Ljava/lang/Integer;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 24
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "Long"
            ldc Ljava/lang/Long;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 25
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "Float"
            ldc Ljava/lang/Float;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 26
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "Double"
            ldc Ljava/lang/Double;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 27
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "Boolean"
            ldc Ljava/lang/Boolean;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 28
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "JsonObject"
            ldc Lio/vertx/core/json/JsonObject;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 29
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "JsonArray"
            ldc Lio/vertx/core/json/JsonArray;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 30
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "Value"
            ldc Ljava/lang/Object;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         9: .line 31
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            ldc "String"
            ldc Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 32
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.codetrans.CodeBuilder, io.vertx.codetrans.expression.ExpressionModel);
    descriptor: (Lio/vertx/codetrans/CodeBuilder;Lio/vertx/codetrans/expression/ExpressionModel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codetrans.expression.JsonObjectModel this
        start local 1 // io.vertx.codetrans.CodeBuilder builder
        start local 2 // io.vertx.codetrans.expression.ExpressionModel expression
         0: .line 37
            aload 0 /* this */
            aload 1 /* builder */
            invokespecial io.vertx.codetrans.expression.ExpressionModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
         1: .line 38
            aload 0 /* this */
            aload 2 /* expression */
            putfield io.vertx.codetrans.expression.JsonObjectModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
         2: .line 39
            return
        end local 2 // io.vertx.codetrans.expression.ExpressionModel expression
        end local 1 // io.vertx.codetrans.CodeBuilder builder
        end local 0 // io.vertx.codetrans.expression.JsonObjectModel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/vertx/codetrans/expression/JsonObjectModel;
            0    3     1     builder  Lio/vertx/codetrans/CodeBuilder;
            0    3     2  expression  Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
            Name  Flags
      builder     
      expression  

  public io.vertx.codetrans.expression.ExpressionModel onMethodInvocation(io.vertx.codegen.type.TypeInfo, io.vertx.codetrans.MethodSignature, io.vertx.codegen.type.TypeInfo, java.util.List<io.vertx.codetrans.TypeArg>, java.util.List<io.vertx.codetrans.expression.ExpressionModel>, java.util.List<io.vertx.codegen.type.TypeInfo>);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codetrans/MethodSignature;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Lio/vertx/codetrans/expression/ExpressionModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=7
        start local 0 // io.vertx.codetrans.expression.JsonObjectModel this
        start local 1 // io.vertx.codegen.type.TypeInfo receiverType
        start local 2 // io.vertx.codetrans.MethodSignature method
        start local 3 // io.vertx.codegen.type.TypeInfo returnType
        start local 4 // java.util.List typeArguments
        start local 5 // java.util.List argumentModels
        start local 6 // java.util.List argumentTypes
         0: .line 43
            aload 2 /* method */
            invokevirtual io.vertx.codetrans.MethodSignature.getName:()Ljava/lang/String;
            astore 7 /* methodName */
        start local 7 // java.lang.String methodName
         1: .line 44
            aload 7 /* methodName */
            dup
            astore 8
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 14
          -1300054776: 2
          -1298776554: 3
          -1120086117: 4
           -986668887: 5
           -219624138: 6
            -75354382: 7
               111375: 8
              3530753: 9
             22865469: 10
            370056903: 11
            804029191: 12
           1101572082: 13
           1953351846: 14
           1967798203: 15
              default: 23
          }
      StackMap locals: java.lang.String java.lang.String
      StackMap stack:
         2: aload 8
            ldc "getInteger"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
      StackMap locals:
      StackMap stack:
         3: aload 8
            ldc "encode"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
            goto 23
      StackMap locals:
      StackMap stack:
         4: aload 8
            ldc "getJsonArray"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
      StackMap locals:
      StackMap stack:
         5: aload 8
            ldc "encodePrettily"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 18
            goto 23
      StackMap locals:
      StackMap stack:
         6: aload 8
            ldc "putNull"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 17
            goto 23
      StackMap locals:
      StackMap stack:
         7: aload 8
            ldc "getLong"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
      StackMap locals:
      StackMap stack:
         8: aload 8
            ldc "put"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 16
            goto 23
      StackMap locals:
      StackMap stack:
         9: aload 8
            ldc "size"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 22
            goto 23
      StackMap locals:
      StackMap stack:
        10: aload 8
            ldc "getJsonObject"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
      StackMap locals:
      StackMap stack:
        11: aload 8
            ldc "getDouble"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
      StackMap locals:
      StackMap stack:
        12: aload 8
            ldc "getString"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
      StackMap locals:
      StackMap stack:
        13: aload 8
            ldc "getBoolean"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
      StackMap locals:
      StackMap stack:
        14: aload 8
            ldc "getFloat"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
      StackMap locals:
      StackMap stack:
        15: aload 8
            ldc "getValue"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
            goto 23
        16: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 0 /* this */
            aload 5 /* argumentModels */
            invokedynamic accept(Lio/vertx/codetrans/expression/JsonObjectModel;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
                  io/vertx/codetrans/expression/JsonObjectModel.lambda$0(Ljava/util/List;Lio/vertx/codetrans/CodeWriter;)V (7)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        17: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 0 /* this */
            aload 5 /* argumentModels */
            invokedynamic accept(Lio/vertx/codetrans/expression/JsonObjectModel;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
                  io/vertx/codetrans/expression/JsonObjectModel.lambda$1(Ljava/util/List;Lio/vertx/codetrans/CodeWriter;)V (7)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        18: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            invokeinterface io.vertx.codetrans.CodeBuilder.jsonObjectEncoder:(Lio/vertx/codetrans/expression/ExpressionModel;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        19: .line 68
      StackMap locals:
      StackMap stack:
            aload 5 /* argumentModels */
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 21
        20: .line 69
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 0 /* this */
            aload 5 /* argumentModels */
            aload 7 /* methodName */
            invokedynamic accept(Lio/vertx/codetrans/expression/JsonObjectModel;Ljava/util/List;Ljava/lang/String;)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
                  io/vertx/codetrans/expression/JsonObjectModel.lambda$2(Ljava/util/List;Ljava/lang/String;Lio/vertx/codetrans/CodeWriter;)V (7)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        21: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Invalid arguments "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* argumentModels */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.expression.JsonObjectModel.unsupported:(Ljava/lang/String;)Ljava/lang/UnsupportedOperationException;
            athrow
        22: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.builder:Lio/vertx/codetrans/CodeBuilder;
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/codetrans/expression/JsonObjectModel;)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
                  io/vertx/codetrans/expression/JsonObjectModel.lambda$3(Lio/vertx/codetrans/CodeWriter;)V (7)
                  (Lio/vertx/codetrans/CodeWriter;)V
            invokeinterface io.vertx.codetrans.CodeBuilder.render:(Ljava/util/function/Consumer;)Lio/vertx/codetrans/expression/ExpressionModel;
            areturn
        23: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Method "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* method */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.codetrans.expression.JsonObjectModel.unsupported:(Ljava/lang/String;)Ljava/lang/UnsupportedOperationException;
            athrow
        end local 7 // java.lang.String methodName
        end local 6 // java.util.List argumentTypes
        end local 5 // java.util.List argumentModels
        end local 4 // java.util.List typeArguments
        end local 3 // io.vertx.codegen.type.TypeInfo returnType
        end local 2 // io.vertx.codetrans.MethodSignature method
        end local 1 // io.vertx.codegen.type.TypeInfo receiverType
        end local 0 // io.vertx.codetrans.expression.JsonObjectModel this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   24     0            this  Lio/vertx/codetrans/expression/JsonObjectModel;
            0   24     1    receiverType  Lio/vertx/codegen/type/TypeInfo;
            0   24     2          method  Lio/vertx/codetrans/MethodSignature;
            0   24     3      returnType  Lio/vertx/codegen/type/TypeInfo;
            0   24     4   typeArguments  Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;
            0   24     5  argumentModels  Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;
            0   24     6   argumentTypes  Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;
            1   24     7      methodName  Ljava/lang/String;
    Signature: (Lio/vertx/codegen/type/TypeInfo;Lio/vertx/codetrans/MethodSignature;Lio/vertx/codegen/type/TypeInfo;Ljava/util/List<Lio/vertx/codetrans/TypeArg;>;Ljava/util/List<Lio/vertx/codetrans/expression/ExpressionModel;>;Ljava/util/List<Lio/vertx/codegen/type/TypeInfo;>;)Lio/vertx/codetrans/expression/ExpressionModel;
    MethodParameters:
                Name  Flags
      receiverType    
      method          
      returnType      
      typeArguments   
      argumentModels  
      argumentTypes   

  public void render(io.vertx.codetrans.CodeWriter);
    descriptor: (Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.expression.JsonObjectModel this
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 85
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            aload 1 /* writer */
            invokevirtual io.vertx.codetrans.expression.ExpressionModel.render:(Lio/vertx/codetrans/CodeWriter;)V
         1: .line 86
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.expression.JsonObjectModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/codetrans/expression/JsonObjectModel;
            0    2     1  writer  Lio/vertx/codetrans/CodeWriter;
    MethodParameters:
        Name  Flags
      writer  

  private void lambda$0(java.util.List, io.vertx.codetrans.CodeWriter);
    descriptor: (Ljava/util/List;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.expression.JsonObjectModel this
        start local 2 // io.vertx.codetrans.CodeWriter writer
         0: .line 47
            aload 1
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.StringLiteralModel
            astore 3 /* name */
        start local 3 // io.vertx.codetrans.expression.StringLiteralModel name
         1: .line 48
            aload 2 /* writer */
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            aload 3 /* name */
            getfield io.vertx.codetrans.expression.StringLiteralModel.value:Ljava/lang/String;
            aload 1
            iconst_1
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.ExpressionModel
            invokevirtual io.vertx.codetrans.CodeWriter.renderJsonObjectAssign:(Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;)V
        end local 3 // io.vertx.codetrans.expression.StringLiteralModel name
         2: .line 49
            return
        end local 2 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.expression.JsonObjectModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/codetrans/expression/JsonObjectModel;
            0    3     2  writer  Lio/vertx/codetrans/CodeWriter;
            1    2     3    name  Lio/vertx/codetrans/expression/StringLiteralModel;

  private void lambda$1(java.util.List, io.vertx.codetrans.CodeWriter);
    descriptor: (Ljava/util/List;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.codetrans.expression.JsonObjectModel this
        start local 2 // io.vertx.codetrans.CodeWriter writer
         0: .line 52
            aload 1
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.StringLiteralModel
            astore 3 /* name */
        start local 3 // io.vertx.codetrans.expression.StringLiteralModel name
         1: .line 53
            aload 2 /* writer */
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            aload 3 /* name */
            getfield io.vertx.codetrans.expression.StringLiteralModel.value:Ljava/lang/String;
            new io.vertx.codetrans.expression.NullLiteralModel
            dup
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.builder:Lio/vertx/codetrans/CodeBuilder;
            invokespecial io.vertx.codetrans.expression.NullLiteralModel.<init>:(Lio/vertx/codetrans/CodeBuilder;)V
            invokevirtual io.vertx.codetrans.CodeWriter.renderJsonObjectAssign:(Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/String;Lio/vertx/codetrans/expression/ExpressionModel;)V
        end local 3 // io.vertx.codetrans.expression.StringLiteralModel name
         2: .line 54
            return
        end local 2 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.expression.JsonObjectModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/codetrans/expression/JsonObjectModel;
            0    3     2  writer  Lio/vertx/codetrans/CodeWriter;
            1    2     3    name  Lio/vertx/codetrans/expression/StringLiteralModel;

  private void lambda$2(java.util.List, java.lang.String, io.vertx.codetrans.CodeWriter);
    descriptor: (Ljava/util/List;Ljava/lang/String;Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.codetrans.expression.JsonObjectModel this
        start local 3 // io.vertx.codetrans.CodeWriter writer
         0: .line 70
            aload 1
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast io.vertx.codetrans.expression.StringLiteralModel
            astore 4 /* name */
        start local 4 // io.vertx.codetrans.expression.StringLiteralModel name
         1: .line 71
            aload 3 /* writer */
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            getstatic io.vertx.codetrans.expression.JsonObjectModel.classMapping:Ljava/util/Map;
            aload 2
            iconst_3
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            aload 4 /* name */
            getfield io.vertx.codetrans.expression.StringLiteralModel.value:Ljava/lang/String;
            invokevirtual io.vertx.codetrans.CodeWriter.renderJsonObjectMemberSelect:(Lio/vertx/codetrans/expression/ExpressionModel;Ljava/lang/Class;Ljava/lang/String;)V
        end local 4 // io.vertx.codetrans.expression.StringLiteralModel name
         2: .line 72
            return
        end local 3 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.expression.JsonObjectModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/codetrans/expression/JsonObjectModel;
            0    3     3  writer  Lio/vertx/codetrans/CodeWriter;
            1    2     4    name  Lio/vertx/codetrans/expression/StringLiteralModel;

  private void lambda$3(io.vertx.codetrans.CodeWriter);
    descriptor: (Lio/vertx/codetrans/CodeWriter;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codetrans.expression.JsonObjectModel this
        start local 1 // io.vertx.codetrans.CodeWriter writer
         0: .line 77
            aload 1 /* writer */
            aload 0 /* this */
            getfield io.vertx.codetrans.expression.JsonObjectModel.expression:Lio/vertx/codetrans/expression/ExpressionModel;
            invokevirtual io.vertx.codetrans.CodeWriter.renderJsonObjectSize:(Lio/vertx/codetrans/expression/ExpressionModel;)V
            return
        end local 1 // io.vertx.codetrans.CodeWriter writer
        end local 0 // io.vertx.codetrans.expression.JsonObjectModel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/codetrans/expression/JsonObjectModel;
            0    1     1  writer  Lio/vertx/codetrans/CodeWriter;
}
SourceFile: "JsonObjectModel.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles