public class io.vertx.config.impl.ConfigRetrieverImpl implements io.vertx.config.ConfigRetriever
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.config.impl.ConfigRetrieverImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.logging.Logger LOGGER;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String DEFAULT_CONFIG_PATH;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<io.vertx.config.impl.ConfigurationProvider> providers;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/config/impl/ConfigurationProvider;>;

  private long scan;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private final java.util.List<io.vertx.core.Handler<io.vertx.config.ConfigChange>> listeners;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/vertx/core/Handler<Lio/vertx/config/ConfigChange;>;>;

  private final io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl streamOfConfiguration;
    descriptor: Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.config.ConfigRetrieverOptions options;
    descriptor: Lio/vertx/config/ConfigRetrieverOptions;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.json.JsonObject current;
    descriptor: Lio/vertx/core/json/JsonObject;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<java.lang.Void> beforeScan;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private java.util.function.Function<io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject> processor;
    descriptor: Ljava/util/function/Function;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/function/Function<Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 46
            ldc Lio/vertx/config/impl/ConfigRetrieverImpl;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.config.impl.ConfigRetrieverImpl.LOGGER:Lio/vertx/core/logging/Logger;
         1: .line 48
            new java.lang.StringBuilder
            dup
            ldc "conf"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic java.io.File.separator:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "config.json"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic io.vertx.config.impl.ConfigRetrieverImpl.DEFAULT_CONFIG_PATH:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Vertx, io.vertx.config.ConfigRetrieverOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/config/ConfigRetrieverOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=14, args_size=3
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.config.ConfigRetrieverOptions options
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.config.impl.ConfigRetrieverImpl.listeners:Ljava/util/List;
         2: .line 54
            aload 0 /* this */
            new io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl
            dup
            aload 0 /* this */
            invokespecial io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.<init>:(Lio/vertx/config/impl/ConfigRetrieverImpl;)V
            putfield io.vertx.config.impl.ConfigRetrieverImpl.streamOfConfiguration:Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
         3: .line 57
            aload 0 /* this */
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            putfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
         4: .line 63
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
         5: .line 64
            aload 0 /* this */
            aload 2 /* options */
            putfield io.vertx.config.impl.ConfigRetrieverImpl.options:Lio/vertx/config/ConfigRetrieverOptions;
         6: .line 67
            ldc Lio/vertx/config/spi/ConfigStoreFactory;
         7: .line 68
            ldc Lio/vertx/config/spi/ConfigStoreFactory;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
         8: .line 67
            invokestatic java.util.ServiceLoader.load:(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/util/ServiceLoader;
         9: .line 66
            astore 3 /* storeImpl */
        start local 3 // java.util.ServiceLoader storeImpl
        10: .line 70
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 4 /* nameToImplMap */
        start local 4 // java.util.Map nameToImplMap
        11: .line 71
            aload 3 /* storeImpl */
            invokevirtual java.util.ServiceLoader.iterator:()Ljava/util/Iterator;
            aload 4 /* nameToImplMap */
            invokedynamic accept(Ljava/util/Map;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$0(Ljava/util/Map;Lio/vertx/config/spi/ConfigStoreFactory;)V (6)
                  (Lio/vertx/config/spi/ConfigStoreFactory;)V
            invokeinterface java.util.Iterator.forEachRemaining:(Ljava/util/function/Consumer;)V
        12: .line 72
            aload 4 /* nameToImplMap */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 14
        13: .line 73
            new java.lang.IllegalStateException
            dup
            ldc "No configuration store implementations found on the classpath"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 76
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl io.vertx.core.Vertx io.vertx.config.ConfigRetrieverOptions java.util.ServiceLoader java.util.Map
      StackMap stack:
            aload 2 /* options */
            invokevirtual io.vertx.config.ConfigRetrieverOptions.getStores:()Ljava/util/List;
            astore 5 /* stores */
        start local 5 // java.util.List stores
        15: .line 77
            aload 2 /* options */
            invokevirtual io.vertx.config.ConfigRetrieverOptions.isIncludeDefaultStores:()Z
            ifeq 33
        16: .line 78
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* stores */
        17: .line 79
            aload 5 /* stores */
        18: .line 80
            new io.vertx.config.ConfigStoreOptions
            dup
            invokespecial io.vertx.config.ConfigStoreOptions.<init>:()V
            ldc "json"
            invokevirtual io.vertx.config.ConfigStoreOptions.setType:(Ljava/lang/String;)Lio/vertx/config/ConfigStoreOptions;
        19: .line 81
            aload 1 /* vertx */
            invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.config:()Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.config.ConfigStoreOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigStoreOptions;
        20: .line 79
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        21: .line 82
            aload 5 /* stores */
            new io.vertx.config.ConfigStoreOptions
            dup
            invokespecial io.vertx.config.ConfigStoreOptions.<init>:()V
            ldc "sys"
            invokevirtual io.vertx.config.ConfigStoreOptions.setType:(Ljava/lang/String;)Lio/vertx/config/ConfigStoreOptions;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        22: .line 83
            aload 5 /* stores */
            new io.vertx.config.ConfigStoreOptions
            dup
            invokespecial io.vertx.config.ConfigStoreOptions.<init>:()V
            ldc "env"
            invokevirtual io.vertx.config.ConfigStoreOptions.setType:(Ljava/lang/String;)Lio/vertx/config/ConfigStoreOptions;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        23: .line 86
            aload 0 /* this */
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl.getDefaultConfigPath:()Ljava/lang/String;
            astore 6 /* defaultConfigPath */
        start local 6 // java.lang.String defaultConfigPath
        24: .line 87
            aload 6 /* defaultConfigPath */
            ifnull 32
            aload 6 /* defaultConfigPath */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 32
        25: .line 88
            aload 6 /* defaultConfigPath */
            invokestatic io.vertx.config.impl.ConfigRetrieverImpl.extractFormatFromFileExtension:(Ljava/lang/String;)Ljava/lang/String;
            astore 7 /* format */
        start local 7 // java.lang.String format
        26: .line 89
            getstatic io.vertx.config.impl.ConfigRetrieverImpl.LOGGER:Lio/vertx/core/logging/Logger;
            new java.lang.StringBuilder
            dup
            ldc "Config file path: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 6 /* defaultConfigPath */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", format:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* format */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual io.vertx.core.logging.Logger.info:(Ljava/lang/Object;)V
        27: .line 90
            aload 5 /* stores */
            new io.vertx.config.ConfigStoreOptions
            dup
            invokespecial io.vertx.config.ConfigStoreOptions.<init>:()V
        28: .line 91
            ldc "file"
            invokevirtual io.vertx.config.ConfigStoreOptions.setType:(Ljava/lang/String;)Lio/vertx/config/ConfigStoreOptions;
            aload 7 /* format */
            invokevirtual io.vertx.config.ConfigStoreOptions.setFormat:(Ljava/lang/String;)Lio/vertx/config/ConfigStoreOptions;
        29: .line 92
            iconst_1
            invokevirtual io.vertx.config.ConfigStoreOptions.setOptional:(Z)Lio/vertx/config/ConfigStoreOptions;
        30: .line 93
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "path"
            aload 6 /* defaultConfigPath */
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.config.ConfigStoreOptions.setConfig:(Lio/vertx/core/json/JsonObject;)Lio/vertx/config/ConfigStoreOptions;
        31: .line 90
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.lang.String format
        32: .line 95
      StackMap locals: java.util.List java.lang.String
      StackMap stack:
            aload 5 /* stores */
            aload 2 /* options */
            invokevirtual io.vertx.config.ConfigRetrieverOptions.getStores:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        end local 6 // java.lang.String defaultConfigPath
        33: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.config.impl.ConfigRetrieverImpl.providers:Ljava/util/List;
        34: .line 100
            aload 5 /* stores */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 59
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl io.vertx.core.Vertx io.vertx.config.ConfigRetrieverOptions java.util.ServiceLoader java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
        35: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.config.ConfigStoreOptions
            astore 6 /* option */
        start local 6 // io.vertx.config.ConfigStoreOptions option
        36: .line 101
            aload 6 /* option */
            invokevirtual io.vertx.config.ConfigStoreOptions.getType:()Ljava/lang/String;
            astore 8 /* type */
        start local 8 // java.lang.String type
        37: .line 102
            aload 8 /* type */
            ifnonnull 41
        38: .line 103
            new java.lang.IllegalArgumentException
            dup
        39: .line 104
            ldc "the `type` entry is mandatory in a configuration store configuration"
        40: .line 103
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        41: .line 107
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl io.vertx.core.Vertx io.vertx.config.ConfigRetrieverOptions java.util.ServiceLoader java.util.Map java.util.List io.vertx.config.ConfigStoreOptions java.util.Iterator java.lang.String
      StackMap stack:
            aload 4 /* nameToImplMap */
            aload 8 /* type */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.config.spi.ConfigStoreFactory
            astore 9 /* factory */
        start local 9 // io.vertx.config.spi.ConfigStoreFactory factory
        42: .line 108
            aload 9 /* factory */
            ifnonnull 46
        43: .line 109
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown configuration store implementation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        44: .line 110
            aload 8 /* type */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (known implementations are: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 4 /* nameToImplMap */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        45: .line 109
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        46: .line 113
      StackMap locals: io.vertx.config.spi.ConfigStoreFactory
      StackMap stack:
            aload 6 /* option */
            invokevirtual io.vertx.config.ConfigStoreOptions.getConfig:()Lio/vertx/core/json/JsonObject;
            astore 10 /* config */
        start local 10 // io.vertx.core.json.JsonObject config
        47: .line 114
            aload 10 /* config */
            ifnonnull 49
        48: .line 115
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 10 /* config */
        49: .line 117
      StackMap locals: io.vertx.core.json.JsonObject
      StackMap stack:
            aload 9 /* factory */
            aload 1 /* vertx */
            aload 10 /* config */
            invokeinterface io.vertx.config.spi.ConfigStoreFactory.create:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/config/spi/ConfigStore;
            astore 11 /* store */
        start local 11 // io.vertx.config.spi.ConfigStore store
        50: .line 119
            aload 6 /* option */
            invokevirtual io.vertx.config.ConfigStoreOptions.getFormat:()Ljava/lang/String;
            ifnull 51
            aload 6 /* option */
            invokevirtual io.vertx.config.ConfigStoreOptions.getFormat:()Ljava/lang/String;
            goto 52
      StackMap locals: io.vertx.config.spi.ConfigStore
      StackMap stack:
        51: ldc "json"
      StackMap locals:
      StackMap stack: java.lang.String
        52: astore 12 /* format */
        start local 12 // java.lang.String format
        53: .line 120
            aload 12 /* format */
            invokestatic io.vertx.config.spi.utils.Processors.get:(Ljava/lang/String;)Lio/vertx/config/spi/ConfigProcessor;
            astore 13 /* processor */
        start local 13 // io.vertx.config.spi.ConfigProcessor processor
        54: .line 121
            aload 13 /* processor */
            ifnonnull 58
        55: .line 122
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "unknown configuration format: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 12 /* format */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " (supported formats are: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        56: .line 123
            invokestatic io.vertx.config.spi.utils.Processors.getSupportedFormats:()Ljava/util/Set;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        57: .line 122
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        58: .line 125
      StackMap locals: java.lang.String io.vertx.config.spi.ConfigProcessor
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.providers:Ljava/util/List;
            new io.vertx.config.impl.ConfigurationProvider
            dup
            aload 11 /* store */
            aload 13 /* processor */
            aload 6 /* option */
            invokevirtual io.vertx.config.ConfigStoreOptions.getConfig:()Lio/vertx/core/json/JsonObject;
            aload 6 /* option */
            invokevirtual io.vertx.config.ConfigStoreOptions.isOptional:()Z
            invokespecial io.vertx.config.impl.ConfigurationProvider.<init>:(Lio/vertx/config/spi/ConfigStore;Lio/vertx/config/spi/ConfigProcessor;Lio/vertx/core/json/JsonObject;Z)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 13 // io.vertx.config.spi.ConfigProcessor processor
        end local 12 // java.lang.String format
        end local 11 // io.vertx.config.spi.ConfigStore store
        end local 10 // io.vertx.core.json.JsonObject config
        end local 9 // io.vertx.config.spi.ConfigStoreFactory factory
        end local 8 // java.lang.String type
        end local 6 // io.vertx.config.ConfigStoreOptions option
        59: .line 100
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl io.vertx.core.Vertx io.vertx.config.ConfigRetrieverOptions java.util.ServiceLoader java.util.Map java.util.List top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 35
        60: .line 127
            return
        end local 5 // java.util.List stores
        end local 4 // java.util.Map nameToImplMap
        end local 3 // java.util.ServiceLoader storeImpl
        end local 2 // io.vertx.config.ConfigRetrieverOptions options
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   61     0               this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0   61     1              vertx  Lio/vertx/core/Vertx;
            0   61     2            options  Lio/vertx/config/ConfigRetrieverOptions;
           10   61     3          storeImpl  Ljava/util/ServiceLoader<Lio/vertx/config/spi/ConfigStoreFactory;>;
           11   61     4      nameToImplMap  Ljava/util/Map<Ljava/lang/String;Lio/vertx/config/spi/ConfigStoreFactory;>;
           15   61     5             stores  Ljava/util/List<Lio/vertx/config/ConfigStoreOptions;>;
           24   33     6  defaultConfigPath  Ljava/lang/String;
           26   32     7             format  Ljava/lang/String;
           36   59     6             option  Lio/vertx/config/ConfigStoreOptions;
           37   59     8               type  Ljava/lang/String;
           42   59     9            factory  Lio/vertx/config/spi/ConfigStoreFactory;
           47   59    10             config  Lio/vertx/core/json/JsonObject;
           50   59    11              store  Lio/vertx/config/spi/ConfigStore;
           53   59    12             format  Ljava/lang/String;
           54   59    13          processor  Lio/vertx/config/spi/ConfigProcessor;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  static java.lang.String extractFormatFromFileExtension(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.lang.String path
         0: .line 130
            aload 0 /* path */
            ldc "."
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;)I
            istore 1 /* index */
        start local 1 // int index
         1: .line 131
            iload 1 /* index */
            iconst_m1
            if_icmpne 3
         2: .line 133
            ldc "json"
            areturn
         3: .line 135
      StackMap locals: int
      StackMap stack:
            aload 0 /* path */
            iload 1 /* index */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 2 /* ext */
        start local 2 // java.lang.String ext
         4: .line 136
            aload 2 /* ext */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 6
         5: .line 137
            ldc "json"
            areturn
         6: .line 140
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "yml"
            aload 2 /* ext */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 141
            ldc "yaml"
            astore 2 /* ext */
         8: .line 143
      StackMap locals:
      StackMap stack:
            aload 2 /* ext */
            invokevirtual java.lang.String.toLowerCase:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String ext
        end local 1 // int index
        end local 0 // java.lang.String path
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   path  Ljava/lang/String;
            1    9     1  index  I
            4    9     2    ext  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  private java.lang.String getDefaultConfigPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
         0: .line 148
            ldc "VERTX_CONFIG_PATH"
            invokestatic java.lang.System.getenv:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* value */
        start local 1 // java.lang.String value
         1: .line 149
            aload 1 /* value */
            ifnull 2
            aload 1 /* value */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 3
         2: .line 150
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "vertx-config-path"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* value */
         3: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            ifnull 5
            aload 1 /* value */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 5
         4: .line 153
            aload 1 /* value */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            areturn
         5: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            getstatic io.vertx.config.impl.ConfigRetrieverImpl.DEFAULT_CONFIG_PATH:Ljava/lang/String;
            invokeinterface io.vertx.core.file.FileSystem.existsBlocking:(Ljava/lang/String;)Z
            istore 2 /* exists */
        start local 2 // boolean exists
         6: .line 156
            iload 2 /* exists */
            ifeq 8
         7: .line 157
            getstatic io.vertx.config.impl.ConfigRetrieverImpl.DEFAULT_CONFIG_PATH:Ljava/lang/String;
            areturn
         8: .line 159
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        end local 2 // boolean exists
        end local 1 // java.lang.String value
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            1    9     1   value  Ljava/lang/String;
            6    9     2  exists  Z

  public synchronized void initializePeriodicScan();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
         0: .line 163
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.options:Lio/vertx/config/ConfigRetrieverOptions;
            invokevirtual io.vertx.config.ConfigRetrieverOptions.getScanPeriod:()J
            lconst_0
            lcmp
            ifle 3
         1: .line 164
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.options:Lio/vertx/config/ConfigRetrieverOptions;
            invokevirtual io.vertx.config.ConfigRetrieverOptions.getScanPeriod:()J
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/config/impl/ConfigRetrieverImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$1(Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.Vertx.setPeriodic:(JLio/vertx/core/Handler;)J
            putfield io.vertx.config.impl.ConfigRetrieverImpl.scan:J
         2: .line 165
            goto 4
         3: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -1
            putfield io.vertx.config.impl.ConfigRetrieverImpl.scan:J
         4: .line 168
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;

  public void getConfig(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 172
            aload 1 /* completionHandler */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 173
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* completionHandler */
            invokedynamic handle(Lio/vertx/config/impl/ConfigRetrieverImpl;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$2(Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl.compute:(Lio/vertx/core/Handler;)V
         2: .line 182
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    3     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
         0: .line 186
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.scan:J
            ldc -1
            lcmp
            ifeq 2
         1: .line 187
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.scan:J
            invokeinterface io.vertx.core.Vertx.cancelTimer:(J)Z
            pop
         2: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.streamOfConfiguration:Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.close:()V
         3: .line 192
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.providers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 6
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl top java.util.Iterator
      StackMap stack:
         4: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.config.impl.ConfigurationProvider
            astore 1 /* provider */
        start local 1 // io.vertx.config.impl.ConfigurationProvider provider
         5: .line 193
            aload 1 /* provider */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$3(Ljava/lang/Void;)V (6)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.config.impl.ConfigurationProvider.close:(Lio/vertx/core/Handler;)V
        end local 1 // io.vertx.config.impl.ConfigurationProvider provider
         6: .line 192
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 196
            return
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            5    6     1  provider  Lio/vertx/config/impl/ConfigurationProvider;

  public synchronized io.vertx.core.json.JsonObject getCachedConfig();
    descriptor: ()Lio/vertx/core/json/JsonObject;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
         0: .line 200
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.core.json.JsonObject.copy:()Lio/vertx/core/json/JsonObject;
            areturn
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;

  public void listen(io.vertx.core.Handler<io.vertx.config.ConfigChange>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // io.vertx.core.Handler listener
         0: .line 205
            aload 1 /* listener */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 206
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.listeners:Ljava/util/List;
            aload 1 /* listener */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         2: .line 207
            return
        end local 1 // io.vertx.core.Handler listener
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    3     1  listener  Lio/vertx/core/Handler<Lio/vertx/config/ConfigChange;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/config/ConfigChange;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public io.vertx.config.ConfigRetriever setBeforeScanHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/config/ConfigRetriever;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // io.vertx.core.Handler function
         0: .line 211
            aload 0 /* this */
            aload 1 /* function */
            ldc "The function must not be `null`"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            putfield io.vertx.config.impl.ConfigRetrieverImpl.beforeScan:Lio/vertx/core/Handler;
         1: .line 212
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler function
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    2     1  function  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/config/ConfigRetriever;
    MethodParameters:
          Name  Flags
      function  

  public io.vertx.config.ConfigRetriever setConfigurationProcessor(java.util.function.Function<io.vertx.core.json.JsonObject, io.vertx.core.json.JsonObject>);
    descriptor: (Ljava/util/function/Function;)Lio/vertx/config/ConfigRetriever;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // java.util.function.Function processor
         0: .line 217
            aload 0 /* this */
            aload 1 /* processor */
            ldc "The processor must not be `null`"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.util.function.Function
            putfield io.vertx.config.impl.ConfigRetrieverImpl.processor:Ljava/util/function/Function;
         1: .line 218
            aload 0 /* this */
            areturn
        end local 1 // java.util.function.Function processor
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    2     1  processor  Ljava/util/function/Function<Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;>;
    Signature: (Ljava/util/function/Function<Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;>;)Lio/vertx/config/ConfigRetriever;
    MethodParameters:
           Name  Flags
      processor  

  public io.vertx.core.streams.ReadStream<io.vertx.core.json.JsonObject> configStream();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.streamOfConfiguration:Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            areturn
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/core/json/JsonObject;>;

  private void scan();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
         0: .line 227
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.beforeScan:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 228
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.beforeScan:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 230
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/config/impl/ConfigRetrieverImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$4(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl.compute:(Lio/vertx/core/Handler;)V
         3: .line 256
            return
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;

  private void compute(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 259
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.providers:Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
         1: .line 260
            aload 0 /* this */
            invokedynamic apply(Lio/vertx/config/impl/ConfigRetrieverImpl;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$6(Lio/vertx/config/impl/ConfigurationProvider;)Lio/vertx/core/Future; (7)
                  (Lio/vertx/config/impl/ConfigurationProvider;)Lio/vertx/core/Future;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
         2: .line 271
            invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
            invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
            checkcast java.util.List
         3: .line 259
            astore 2 /* futures */
        start local 2 // java.util.List futures
         4: .line 273
            aload 2 /* futures */
            invokestatic io.vertx.core.CompositeFuture.all:(Ljava/util/List;)Lio/vertx/core/CompositeFuture;
            aload 0 /* this */
            aload 1 /* completionHandler */
            aload 2 /* futures */
            invokedynamic handle(Lio/vertx/config/impl/ConfigRetrieverImpl;Lio/vertx/core/Handler;Ljava/util/List;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$8(Lio/vertx/core/Handler;Ljava/util/List;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.CompositeFuture.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/CompositeFuture;
            pop
         5: .line 306
            return
        end local 2 // java.util.List futures
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    6     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
            4    6     2            futures  Ljava/util/List<Lio/vertx/core/Future;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  private void processConfigurationAndReport(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonObject>>, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/json/JsonObject;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // io.vertx.core.Handler completionHandler
        start local 2 // io.vertx.core.json.JsonObject json
         0: .line 311
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.processor:Ljava/util/function/Function;
            aload 2 /* json */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            astore 3 /* computed */
        start local 3 // io.vertx.core.json.JsonObject computed
         1: .line 312
            aload 1 /* completionHandler */
            aload 3 /* computed */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 313
            goto 5
        end local 3 // io.vertx.core.json.JsonObject computed
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 4 /* e */
        start local 4 // java.lang.Throwable e
         4: .line 314
            aload 1 /* completionHandler */
            aload 4 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 4 // java.lang.Throwable e
         5: .line 316
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.json.JsonObject json
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    6     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;
            0    6     2               json  Lio/vertx/core/json/JsonObject;
            1    3     3           computed  Lio/vertx/core/json/JsonObject;
            4    5     4                  e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Throwable
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;>;Lio/vertx/core/json/JsonObject;)V
    MethodParameters:
                   Name  Flags
      completionHandler  
      json               

  public java.util.List<io.vertx.config.impl.ConfigurationProvider> getProviders();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
         0: .line 322
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.providers:Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;
    Signature: ()Ljava/util/List<Lio/vertx/config/impl/ConfigurationProvider;>;

  private static void lambda$0(java.util.Map, io.vertx.config.spi.ConfigStoreFactory);
    descriptor: (Ljava/util/Map;Lio/vertx/config/spi/ConfigStoreFactory;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.config.spi.ConfigStoreFactory factory
         0: .line 71
            aload 0
            aload 1 /* factory */
            invokeinterface io.vertx.config.spi.ConfigStoreFactory.name:()Ljava/lang/String;
            aload 1 /* factory */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            return
        end local 1 // io.vertx.config.spi.ConfigStoreFactory factory
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     1  factory  Lio/vertx/config/spi/ConfigStoreFactory;

  private void lambda$1(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // java.lang.Long l
         0: .line 164
            aload 0 /* this */
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl.scan:()V
            return
        end local 1 // java.lang.Long l
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    1     1     l  Ljava/lang/Long;

  private void lambda$2(io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 174
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 8
         1: .line 175
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         2: .line 176
            aload 0 /* this */
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            putfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
         3: .line 177
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.streamOfConfiguration:Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.handle:(Lio/vertx/core/json/JsonObject;)V
         4: .line 175
            aload 3
            monitorexit
         5: goto 8
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl io.vertx.core.Handler io.vertx.core.AsyncResult io.vertx.config.impl.ConfigRetrieverImpl
      StackMap stack: java.lang.Throwable
         6: aload 3
            monitorexit
         7: athrow
         8: .line 180
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 181
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0   10     2    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any

  private static void lambda$3(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // java.lang.Void v
         0: .line 194
            return
        end local 0 // java.lang.Void v
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     v  Ljava/lang/Void;

  private void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 231
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 4
         1: .line 232
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.streamOfConfiguration:Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.fail:(Ljava/lang/Throwable;)V
         2: .line 233
            getstatic io.vertx.config.impl.ConfigRetrieverImpl.LOGGER:Lio/vertx/core/logging/Logger;
            ldc "Error while scanning configuration"
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         3: .line 234
            goto 20
         4: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         5: .line 237
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            invokevirtual io.vertx.core.json.JsonObject.equals:(Ljava/lang/Object;)Z
            ifne 16
         6: .line 238
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
            astore 3 /* prev */
        start local 3 // io.vertx.core.json.JsonObject prev
         7: .line 239
            aload 0 /* this */
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            putfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
         8: .line 241
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.listeners:Ljava/util/List;
            aload 0 /* this */
            aload 3 /* prev */
            invokedynamic accept(Lio/vertx/config/impl/ConfigRetrieverImpl;Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$5(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
         9: .line 243
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.streamOfConfiguration:Lio/vertx/config/impl/ConfigRetrieverImpl$ConfigStreamImpl;
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl.handle:(Lio/vertx/core/json/JsonObject;)V
        10: .line 244
            goto 16
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl io.vertx.core.AsyncResult io.vertx.config.impl.ConfigRetrieverImpl io.vertx.core.json.JsonObject
      StackMap stack: java.lang.Throwable
        11: astore 4 /* e */
        start local 4 // java.lang.Throwable e
        12: .line 246
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.exceptionHandler:()Lio/vertx/core/Handler;
            ifnull 15
        13: .line 247
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.exceptionHandler:()Lio/vertx/core/Handler;
            aload 4 /* e */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        14: .line 248
            goto 16
        15: .line 249
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 4 /* e */
            athrow
        end local 4 // java.lang.Throwable e
        end local 3 // io.vertx.core.json.JsonObject prev
        16: .line 235
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        17: goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        18: aload 2
            monitorexit
        19: athrow
        20: .line 255
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0   21     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;
            7   16     3  prev  Lio/vertx/core/json/JsonObject;
           12   16     4     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           9    10      11  Class java.lang.Throwable
           5    17      18  any
          18    19      18  any

  private io.vertx.core.Future lambda$6(io.vertx.config.impl.ConfigurationProvider);
    descriptor: (Lio/vertx/config/impl/ConfigurationProvider;)Lio/vertx/core/Future;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 1 // io.vertx.config.impl.ConfigurationProvider s
         0: .line 261
            invokestatic io.vertx.core.Promise.promise:()Lio/vertx/core/Promise;
            astore 2 /* conf */
        start local 2 // io.vertx.core.Promise conf
         1: .line 262
            aload 1 /* s */
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            aload 2 /* conf */
            invokedynamic handle(Lio/vertx/core/Promise;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$7(Lio/vertx/core/Promise;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.config.impl.ConfigurationProvider.get:(Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)V
         2: .line 269
            aload 2 /* conf */
            invokeinterface io.vertx.core.Promise.future:()Lio/vertx/core/Future;
            areturn
        end local 2 // io.vertx.core.Promise conf
        end local 1 // io.vertx.config.impl.ConfigurationProvider s
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    3     1     s  Lio/vertx/config/impl/ConfigurationProvider;
            1    3     2  conf  Lio/vertx/core/Promise<Lio/vertx/core/json/JsonObject;>;

  private void lambda$8(io.vertx.core.Handler, java.util.List, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Ljava/util/List;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 3 // io.vertx.core.AsyncResult r
         0: .line 274
            aload 3 /* r */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 8
         1: .line 276
            aload 1
            aload 3 /* r */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 277
            goto 21
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 4 /* e */
        start local 4 // java.lang.Throwable e
         4: .line 279
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.exceptionHandler:()Lio/vertx/core/Handler;
            ifnull 7
         5: .line 280
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.exceptionHandler:()Lio/vertx/core/Handler;
            aload 4 /* e */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 281
            goto 21
         7: .line 282
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 4 /* e */
            athrow
        end local 4 // java.lang.Throwable e
         8: .line 287
      StackMap locals:
      StackMap stack:
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            astore 4 /* json */
        start local 4 // io.vertx.core.json.JsonObject json
         9: .line 288
            aload 2
            aload 4 /* json */
            invokedynamic accept(Lio/vertx/core/json/JsonObject;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/config/impl/ConfigRetrieverImpl.lambda$9(Lio/vertx/core/json/JsonObject;Lio/vertx/core/Future;)V (6)
                  (Lio/vertx/core/Future;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
        10: .line 290
            aload 4 /* json */
            astore 5 /* computed */
        start local 5 // io.vertx.core.json.JsonObject computed
        11: .line 291
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.processor:Ljava/util/function/Function;
            ifnull 14
        12: .line 292
            aload 0 /* this */
            aload 1
            aload 4 /* json */
            invokevirtual io.vertx.config.impl.ConfigRetrieverImpl.processConfigurationAndReport:(Lio/vertx/core/Handler;Lio/vertx/core/json/JsonObject;)V
        13: .line 293
            goto 21
        14: .line 294
      StackMap locals: io.vertx.core.json.JsonObject io.vertx.core.json.JsonObject
      StackMap stack:
            aload 1
            aload 5 /* computed */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // io.vertx.core.json.JsonObject computed
        15: .line 296
            goto 21
      StackMap locals: io.vertx.config.impl.ConfigRetrieverImpl io.vertx.core.Handler java.util.List io.vertx.core.AsyncResult io.vertx.core.json.JsonObject
      StackMap stack: java.lang.Throwable
        16: astore 5 /* e */
        start local 5 // java.lang.Throwable e
        17: .line 298
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.exceptionHandler:()Lio/vertx/core/Handler;
            ifnull 20
        18: .line 299
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.exceptionHandler:()Lio/vertx/core/Handler;
            aload 5 /* e */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        19: .line 300
            goto 21
        20: .line 301
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 5 /* e */
            athrow
        end local 5 // java.lang.Throwable e
        end local 4 // io.vertx.core.json.JsonObject json
        21: .line 305
      StackMap locals:
      StackMap stack:
            return
        end local 3 // io.vertx.core.AsyncResult r
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   22     0      this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0   22     3         r  Lio/vertx/core/AsyncResult<Lio/vertx/core/CompositeFuture;>;
            4    8     4         e  Ljava/lang/Throwable;
            9   21     4      json  Lio/vertx/core/json/JsonObject;
           11   15     5  computed  Lio/vertx/core/json/JsonObject;
           17   21     5         e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
          10    15      16  Class java.lang.Throwable

  private void lambda$5(io.vertx.core.json.JsonObject, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
        start local 2 // io.vertx.core.Handler l
         0: .line 241
            aload 2 /* l */
            new io.vertx.config.ConfigChange
            dup
            aload 1
            aload 0 /* this */
            getfield io.vertx.config.impl.ConfigRetrieverImpl.current:Lio/vertx/core/json/JsonObject;
            invokespecial io.vertx.config.ConfigChange.<init>:(Lio/vertx/core/json/JsonObject;Lio/vertx/core/json/JsonObject;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
            return
        end local 2 // io.vertx.core.Handler l
        end local 0 // io.vertx.config.impl.ConfigRetrieverImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/config/impl/ConfigRetrieverImpl;
            0    1     2     l  Lio/vertx/core/Handler<Lio/vertx/config/ConfigChange;>;

  private static void lambda$7(io.vertx.core.Promise, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Promise;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.core.AsyncResult ar
         0: .line 263
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 264
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            invokeinterface io.vertx.core.Promise.tryComplete:(Ljava/lang/Object;)Z
            pop
         2: .line 265
            goto 4
         3: .line 266
      StackMap locals:
      StackMap stack:
            aload 0
            aload 1 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Promise.tryFail:(Ljava/lang/Throwable;)Z
            pop
         4: .line 268
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     1    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonObject;>;

  private static void lambda$9(io.vertx.core.json.JsonObject, io.vertx.core.Future);
    descriptor: (Lio/vertx/core/json/JsonObject;Lio/vertx/core/Future;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 1 // io.vertx.core.Future future
         0: .line 288
            aload 0
            aload 1 /* future */
            invokeinterface io.vertx.core.Future.result:()Ljava/lang/Object;
            checkcast io.vertx.core.json.JsonObject
            iconst_1
            invokevirtual io.vertx.core.json.JsonObject.mergeIn:(Lio/vertx/core/json/JsonObject;Z)Lio/vertx/core/json/JsonObject;
            return
        end local 1 // io.vertx.core.Future future
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     1  future  Lio/vertx/core/Future;
}
SourceFile: "ConfigRetrieverImpl.java"
NestMembers:
  io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl
InnerClasses:
  private ConfigStreamImpl = io.vertx.config.impl.ConfigRetrieverImpl$ConfigStreamImpl of io.vertx.config.impl.ConfigRetrieverImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles