public class io.vertx.config.consul.ConsulConfigStoreFactory implements io.vertx.config.spi.ConfigStoreFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.config.consul.ConsulConfigStoreFactory
  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.config.consul.ConsulConfigStoreFactory this
         0: .line 27
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.config.consul.ConsulConfigStoreFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/consul/ConsulConfigStoreFactory;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.consul.ConsulConfigStoreFactory this
         0: .line 30
            ldc "consul"
            areturn
        end local 0 // io.vertx.config.consul.ConsulConfigStoreFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/consul/ConsulConfigStoreFactory;

  public io.vertx.config.spi.ConfigStore create(io.vertx.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/config/spi/ConfigStore;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.config.consul.ConsulConfigStoreFactory this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.core.json.JsonObject configuration
         0: .line 35
            new io.vertx.config.consul.ConsulConfigStore
            dup
            aload 1 /* vertx */
            aload 2 /* configuration */
            invokespecial io.vertx.config.consul.ConsulConfigStore.<init>:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)V
            areturn
        end local 2 // io.vertx.core.json.JsonObject configuration
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.config.consul.ConsulConfigStoreFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/config/consul/ConsulConfigStoreFactory;
            0    1     1          vertx  Lio/vertx/core/Vertx;
            0    1     2  configuration  Lio/vertx/core/json/JsonObject;
    MethodParameters:
               Name  Flags
      vertx          
      configuration  
}
SourceFile: "ConsulConfigStoreFactory.java"