public class io.vertx.codegen.type.DataObjectInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.type.DataObjectInfo
  super_class: java.lang.Object
{
  private final boolean annotated;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.codegen.type.MapperInfo serializer;
    descriptor: Lio/vertx/codegen/type/MapperInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.codegen.type.MapperInfo deserializer;
    descriptor: Lio/vertx/codegen/type/MapperInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean, io.vertx.codegen.type.MapperInfo, io.vertx.codegen.type.MapperInfo);
    descriptor: (ZLio/vertx/codegen/type/MapperInfo;Lio/vertx/codegen/type/MapperInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.codegen.type.DataObjectInfo this
        start local 1 // boolean annotated
        start local 2 // io.vertx.codegen.type.MapperInfo serializer
        start local 3 // io.vertx.codegen.type.MapperInfo deserializer
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 18
            aload 0 /* this */
            iload 1 /* annotated */
            putfield io.vertx.codegen.type.DataObjectInfo.annotated:Z
         2: .line 19
            aload 0 /* this */
            aload 2 /* serializer */
            putfield io.vertx.codegen.type.DataObjectInfo.serializer:Lio/vertx/codegen/type/MapperInfo;
         3: .line 20
            aload 0 /* this */
            aload 3 /* deserializer */
            putfield io.vertx.codegen.type.DataObjectInfo.deserializer:Lio/vertx/codegen/type/MapperInfo;
         4: .line 21
            return
        end local 3 // io.vertx.codegen.type.MapperInfo deserializer
        end local 2 // io.vertx.codegen.type.MapperInfo serializer
        end local 1 // boolean annotated
        end local 0 // io.vertx.codegen.type.DataObjectInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lio/vertx/codegen/type/DataObjectInfo;
            0    5     1     annotated  Z
            0    5     2    serializer  Lio/vertx/codegen/type/MapperInfo;
            0    5     3  deserializer  Lio/vertx/codegen/type/MapperInfo;
    MethodParameters:
              Name  Flags
      annotated     
      serializer    
      deserializer  

  public boolean isAnnotated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.DataObjectInfo this
         0: .line 24
            aload 0 /* this */
            getfield io.vertx.codegen.type.DataObjectInfo.annotated:Z
            ireturn
        end local 0 // io.vertx.codegen.type.DataObjectInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/DataObjectInfo;

  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.DataObjectInfo this
         0: .line 28
            aload 0 /* this */
            getfield io.vertx.codegen.type.DataObjectInfo.deserializer:Lio/vertx/codegen/type/MapperInfo;
            ifnull 1
            aload 0 /* this */
            getfield io.vertx.codegen.type.DataObjectInfo.deserializer:Lio/vertx/codegen/type/MapperInfo;
            invokevirtual io.vertx.codegen.type.MapperInfo.getJsonType:()Lio/vertx/codegen/type/TypeInfo;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield io.vertx.codegen.type.DataObjectInfo.serializer:Lio/vertx/codegen/type/MapperInfo;
            invokevirtual io.vertx.codegen.type.MapperInfo.getJsonType:()Lio/vertx/codegen/type/TypeInfo;
      StackMap locals:
      StackMap stack: io.vertx.codegen.type.TypeInfo
         2: areturn
        end local 0 // io.vertx.codegen.type.DataObjectInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/codegen/type/DataObjectInfo;

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

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

  public boolean isSerializable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.DataObjectInfo this
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.codegen.type.DataObjectInfo.serializer:Lio/vertx/codegen/type/MapperInfo;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.type.DataObjectInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/type/DataObjectInfo;

  public boolean isDeserializable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.DataObjectInfo this
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.codegen.type.DataObjectInfo.deserializer:Lio/vertx/codegen/type/MapperInfo;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.codegen.type.DataObjectInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/codegen/type/DataObjectInfo;
}
SourceFile: "DataObjectInfo.java"