public class io.ebean.datasource.core.Factory implements io.ebean.datasource.DataSourceFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebean.datasource.core.Factory
  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.ebean.datasource.core.Factory this
         0: .line 11
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebean.datasource.core.Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebean/datasource/core/Factory;

  public io.ebean.datasource.DataSourcePool createPool(java.lang.String, io.ebean.datasource.DataSourceConfig);
    descriptor: (Ljava/lang/String;Lio/ebean/datasource/DataSourceConfig;)Lio/ebean/datasource/DataSourcePool;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.ebean.datasource.core.Factory this
        start local 1 // java.lang.String name
        start local 2 // io.ebean.datasource.DataSourceConfig config
         0: .line 15
            new io.ebean.datasource.pool.ConnectionPool
            dup
            aload 1 /* name */
            aload 2 /* config */
            invokespecial io.ebean.datasource.pool.ConnectionPool.<init>:(Ljava/lang/String;Lio/ebean/datasource/DataSourceConfig;)V
            areturn
        end local 2 // io.ebean.datasource.DataSourceConfig config
        end local 1 // java.lang.String name
        end local 0 // io.ebean.datasource.core.Factory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/ebean/datasource/core/Factory;
            0    1     1    name  Ljava/lang/String;
            0    1     2  config  Lio/ebean/datasource/DataSourceConfig;
    MethodParameters:
        Name  Flags
      name    
      config  
}
SourceFile: "Factory.java"