public final class org.apache.commons.configuration2.ConfigurationConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.configuration2.ConfigurationConverter
  super_class: java.lang.Object
{
  private static final char DEFAULT_SEPARATOR;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 44

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.ConfigurationConverter this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 44
            return
        end local 0 // org.apache.commons.configuration2.ConfigurationConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/configuration2/ConfigurationConverter;

  public static org.apache.commons.configuration2.Configuration getConfiguration(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Lorg/apache/commons/configuration2/Configuration;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.Properties props
         0: .line 54
            new org.apache.commons.configuration2.MapConfiguration
            dup
            aload 0 /* props */
            invokespecial org.apache.commons.configuration2.MapConfiguration.<init>:(Ljava/util/Properties;)V
            areturn
        end local 0 // java.util.Properties props
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  props  Ljava/util/Properties;
    MethodParameters:
       Name  Flags
      props  final

  public static java.util.Properties getProperties(org.apache.commons.configuration2.ImmutableConfiguration);
    descriptor: (Lorg/apache/commons/configuration2/ImmutableConfiguration;)Ljava/util/Properties;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // org.apache.commons.configuration2.ImmutableConfiguration config
         0: .line 69
            new java.util.Properties
            dup
            invokespecial java.util.Properties.<init>:()V
            astore 1 /* props */
        start local 1 // java.util.Properties props
         1: .line 73
            aload 0 /* config */
            instanceof org.apache.commons.configuration2.AbstractConfiguration
            ifeq 5
         2: .line 75
            aload 0 /* config */
            checkcast org.apache.commons.configuration2.AbstractConfiguration
            invokevirtual org.apache.commons.configuration2.AbstractConfiguration.getListDelimiterHandler:()Lorg/apache/commons/configuration2/convert/ListDelimiterHandler;
            astore 2 /* listHandler */
        start local 2 // org.apache.commons.configuration2.convert.ListDelimiterHandler listHandler
         3: .line 76
            iconst_1
            istore 3 /* useDelimiterHandler */
        start local 3 // boolean useDelimiterHandler
         4: .line 77
            goto 7
        end local 3 // boolean useDelimiterHandler
        end local 2 // org.apache.commons.configuration2.convert.ListDelimiterHandler listHandler
         5: .line 80
      StackMap locals: java.util.Properties
      StackMap stack:
            aconst_null
            astore 2 /* listHandler */
        start local 2 // org.apache.commons.configuration2.convert.ListDelimiterHandler listHandler
         6: .line 81
            iconst_0
            istore 3 /* useDelimiterHandler */
        start local 3 // boolean useDelimiterHandler
         7: .line 84
      StackMap locals: org.apache.commons.configuration2.convert.ListDelimiterHandler int
      StackMap stack:
            aload 0 /* config */
            invokeinterface org.apache.commons.configuration2.ImmutableConfiguration.getKeys:()Ljava/util/Iterator;
            astore 4 /* keys */
        start local 4 // java.util.Iterator keys
         8: goto 23
         9: .line 86
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 4 /* keys */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* key */
        start local 5 // java.lang.String key
        10: .line 87
            aload 0 /* config */
            aload 5 /* key */
            invokeinterface org.apache.commons.configuration2.ImmutableConfiguration.getList:(Ljava/lang/String;)Ljava/util/List;
            astore 6 /* list */
        start local 6 // java.util.List list
        11: .line 90
            iload 3 /* useDelimiterHandler */
            ifeq 21
        12: .line 95
            aload 2 /* listHandler */
            aload 6 /* list */
        13: .line 96
            getstatic org.apache.commons.configuration2.convert.ListDelimiterHandler.NOOP_TRANSFORMER:Lorg/apache/commons/configuration2/convert/ValueTransformer;
        14: .line 95
            invokeinterface org.apache.commons.configuration2.convert.ListDelimiterHandler.escapeList:(Ljava/util/List;Lorg/apache/commons/configuration2/convert/ValueTransformer;)Ljava/lang/Object;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
        15: .line 94
            astore 7 /* propValue */
        start local 7 // java.lang.String propValue
        16: .line 97
            goto 22
        end local 7 // java.lang.String propValue
        17: .line 98
      StackMap locals: org.apache.commons.configuration2.ImmutableConfiguration java.util.Properties org.apache.commons.configuration2.convert.ListDelimiterHandler int java.util.Iterator java.lang.String java.util.List
      StackMap stack: java.lang.Exception
            pop
        18: .line 101
            iconst_0
            istore 3 /* useDelimiterHandler */
        19: .line 102
            aload 6 /* list */
            invokestatic org.apache.commons.configuration2.ConfigurationConverter.listToString:(Ljava/util/List;)Ljava/lang/String;
            astore 7 /* propValue */
        start local 7 // java.lang.String propValue
        20: .line 104
            goto 22
        end local 7 // java.lang.String propValue
        21: .line 107
      StackMap locals:
      StackMap stack:
            aload 6 /* list */
            invokestatic org.apache.commons.configuration2.ConfigurationConverter.listToString:(Ljava/util/List;)Ljava/lang/String;
            astore 7 /* propValue */
        start local 7 // java.lang.String propValue
        22: .line 110
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* props */
            aload 5 /* key */
            aload 7 /* propValue */
            invokevirtual java.util.Properties.setProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            pop
        end local 7 // java.lang.String propValue
        end local 6 // java.util.List list
        end local 5 // java.lang.String key
        23: .line 84
      StackMap locals:
      StackMap stack:
            aload 4 /* keys */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 4 // java.util.Iterator keys
        24: .line 113
            aload 1 /* props */
            areturn
        end local 3 // boolean useDelimiterHandler
        end local 2 // org.apache.commons.configuration2.convert.ListDelimiterHandler listHandler
        end local 1 // java.util.Properties props
        end local 0 // org.apache.commons.configuration2.ImmutableConfiguration config
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   25     0               config  Lorg/apache/commons/configuration2/ImmutableConfiguration;
            1   25     1                props  Ljava/util/Properties;
            3    5     2          listHandler  Lorg/apache/commons/configuration2/convert/ListDelimiterHandler;
            6   25     2          listHandler  Lorg/apache/commons/configuration2/convert/ListDelimiterHandler;
            4    5     3  useDelimiterHandler  Z
            7   25     3  useDelimiterHandler  Z
            8   24     4                 keys  Ljava/util/Iterator<Ljava/lang/String;>;
           10   23     5                  key  Ljava/lang/String;
           11   23     6                 list  Ljava/util/List<Ljava/lang/Object;>;
           16   17     7            propValue  Ljava/lang/String;
           20   21     7            propValue  Ljava/lang/String;
           22   23     7            propValue  Ljava/lang/String;
      Exception table:
        from    to  target  type
          12    16      17  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      config  final

  public static java.util.Properties getProperties(org.apache.commons.configuration2.Configuration);
    descriptor: (Lorg/apache/commons/configuration2/Configuration;)Ljava/util/Properties;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.Configuration config
         0: .line 128
            aload 0 /* config */
            invokestatic org.apache.commons.configuration2.ConfigurationConverter.getProperties:(Lorg/apache/commons/configuration2/ImmutableConfiguration;)Ljava/util/Properties;
            areturn
        end local 0 // org.apache.commons.configuration2.Configuration config
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  config  Lorg/apache/commons/configuration2/Configuration;
    MethodParameters:
        Name  Flags
      config  final

  public static java.util.Map<java.lang.Object, java.lang.Object> getMap(org.apache.commons.configuration2.Configuration);
    descriptor: (Lorg/apache/commons/configuration2/Configuration;)Ljava/util/Map;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.configuration2.Configuration config
         0: .line 139
            new org.apache.commons.configuration2.ConfigurationMap
            dup
            aload 0 /* config */
            invokespecial org.apache.commons.configuration2.ConfigurationMap.<init>:(Lorg/apache/commons/configuration2/Configuration;)V
            areturn
        end local 0 // org.apache.commons.configuration2.Configuration config
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  config  Lorg/apache/commons/configuration2/Configuration;
    Signature: (Lorg/apache/commons/configuration2/Configuration;)Ljava/util/Map<Ljava/lang/Object;Ljava/lang/Object;>;
    MethodParameters:
        Name  Flags
      config  final

  private static java.lang.String listToString(java.util.List<?>);
    descriptor: (Ljava/util/List;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.List list
         0: .line 151
            aload 0 /* list */
            bipush 44
            invokestatic org.apache.commons.lang3.StringUtils.join:(Ljava/lang/Iterable;C)Ljava/lang/String;
            areturn
        end local 0 // java.util.List list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  list  Ljava/util/List<*>;
    Signature: (Ljava/util/List<*>;)Ljava/lang/String;
    MethodParameters:
      Name  Flags
      list  final
}
SourceFile: "ConfigurationConverter.java"