public class io.vertx.codegen.type.TypeReflectionFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.type.TypeReflectionFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.type.TypeReflectionFactory this
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.codegen.type.TypeReflectionFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/type/TypeReflectionFactory;

  public static io.vertx.codegen.type.TypeInfo create(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 74
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHandler cannot be resolved to a type\n\tHandler cannot be resolved to a type\n\tThe method getTypeParameters() from the type Class<Handler> refers to the missing type Handler\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "TypeReflectionFactory.java"