public class io.vertx.codegen.type.MapperInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.type.MapperInfo
  super_class: java.lang.Object
{
  private io.vertx.codegen.type.TypeInfo targetType;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String qualifiedName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<java.lang.String> selectors;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private io.vertx.codegen.MapperKind kind;
    descriptor: Lio/vertx/codegen/MapperKind;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.MapperInfo this
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 15
            return
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/type/MapperInfo;

  public io.vertx.codegen.type.TypeInfo getJsonType();
    descriptor: ()Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.MapperInfo this
         0: .line 18
            aload 0 /* this */
            getfield io.vertx.codegen.type.MapperInfo.targetType:Lio/vertx/codegen/type/TypeInfo;
            areturn
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/MapperInfo;

  public void setTargetType(io.vertx.codegen.type.TypeInfo);
    descriptor: (Lio/vertx/codegen/type/TypeInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.MapperInfo this
        start local 1 // io.vertx.codegen.type.TypeInfo targetType
         0: .line 22
            aload 0 /* this */
            aload 1 /* targetType */
            putfield io.vertx.codegen.type.MapperInfo.targetType:Lio/vertx/codegen/type/TypeInfo;
         1: .line 23
            return
        end local 1 // io.vertx.codegen.type.TypeInfo targetType
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/codegen/type/MapperInfo;
            0    2     1  targetType  Lio/vertx/codegen/type/TypeInfo;
    MethodParameters:
            Name  Flags
      targetType  

  public java.lang.String getQualifiedName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.MapperInfo this
         0: .line 29
            aload 0 /* this */
            getfield io.vertx.codegen.type.MapperInfo.qualifiedName:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/MapperInfo;

  public void setQualifiedName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.MapperInfo this
        start local 1 // java.lang.String qualifiedName
         0: .line 38
            aload 0 /* this */
            aload 1 /* qualifiedName */
            putfield io.vertx.codegen.type.MapperInfo.qualifiedName:Ljava/lang/String;
         1: .line 39
            return
        end local 1 // java.lang.String qualifiedName
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/codegen/type/MapperInfo;
            0    2     1  qualifiedName  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      qualifiedName  

  public java.util.List<java.lang.String> getSelectors();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.MapperInfo this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.codegen.type.MapperInfo.selectors:Ljava/util/List;
            areturn
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/MapperInfo;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public void setSelectors(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.MapperInfo this
        start local 1 // java.util.List selectors
         0: .line 46
            aload 0 /* this */
            aload 1 /* selectors */
            putfield io.vertx.codegen.type.MapperInfo.selectors:Ljava/util/List;
         1: .line 47
            return
        end local 1 // java.util.List selectors
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/codegen/type/MapperInfo;
            0    2     1  selectors  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
           Name  Flags
      selectors  

  public io.vertx.codegen.MapperKind getKind();
    descriptor: ()Lio/vertx/codegen/MapperKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.MapperInfo this
         0: .line 50
            aload 0 /* this */
            getfield io.vertx.codegen.type.MapperInfo.kind:Lio/vertx/codegen/MapperKind;
            areturn
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/MapperInfo;

  public void setKind(io.vertx.codegen.MapperKind);
    descriptor: (Lio/vertx/codegen/MapperKind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.type.MapperInfo this
        start local 1 // io.vertx.codegen.MapperKind kind
         0: .line 54
            aload 0 /* this */
            aload 1 /* kind */
            putfield io.vertx.codegen.type.MapperInfo.kind:Lio/vertx/codegen/MapperKind;
         1: .line 55
            return
        end local 1 // io.vertx.codegen.MapperKind kind
        end local 0 // io.vertx.codegen.type.MapperInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/type/MapperInfo;
            0    2     1  kind  Lio/vertx/codegen/MapperKind;
    MethodParameters:
      Name  Flags
      kind  
}
SourceFile: "MapperInfo.java"