public interface io.vertx.cassandra.MappingManager
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.cassandra.MappingManager
  super_class: java.lang.Object
{
  public static io.vertx.cassandra.MappingManager create(io.vertx.cassandra.CassandraClient);
    descriptor: (Lio/vertx/cassandra/CassandraClient;)Lio/vertx/cassandra/MappingManager;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.cassandra.CassandraClient client
         0: .line 35
            new io.vertx.cassandra.impl.MappingManagerImpl
            dup
            aload 0 /* client */
            invokespecial io.vertx.cassandra.impl.MappingManagerImpl.<init>:(Lio/vertx/cassandra/CassandraClient;)V
            areturn
        end local 0 // io.vertx.cassandra.CassandraClient client
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  client  Lio/vertx/cassandra/CassandraClient;
    MethodParameters:
        Name  Flags
      client  

  public abstract <T> io.vertx.cassandra.Mapper<T> mapper(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lio/vertx/cassandra/Mapper;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lio/vertx/cassandra/Mapper<TT;>;
    MethodParameters:
             Name  Flags
      mappedClass  
}
SourceFile: "MappingManager.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()