public class org.apache.commons.configuration2.spring.ConfigurationPropertySource extends org.springframework.core.env.EnumerablePropertySource<org.apache.commons.configuration2.Configuration>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.configuration2.spring.ConfigurationPropertySource
  super_class: org.springframework.core.env.EnumerablePropertySource
{
  public void <init>(java.lang.String, org.apache.commons.configuration2.Configuration);
    descriptor: (Ljava/lang/String;Lorg/apache/commons/configuration2/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.configuration2.spring.ConfigurationPropertySource this
        start local 1 // java.lang.String name
        start local 2 // org.apache.commons.configuration2.Configuration source
         0: .line 35
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* source */
            invokespecial org.springframework.core.env.EnumerablePropertySource.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 36
            return
        end local 2 // org.apache.commons.configuration2.Configuration source
        end local 1 // java.lang.String name
        end local 0 // org.apache.commons.configuration2.spring.ConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/configuration2/spring/ConfigurationPropertySource;
            0    2     1    name  Ljava/lang/String;
            0    2     2  source  Lorg/apache/commons/configuration2/Configuration;
    MethodParameters:
        Name  Flags
      name    final
      source  final

  protected void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.spring.ConfigurationPropertySource this
        start local 1 // java.lang.String name
         0: .line 40
            aload 0 /* this */
            aload 1 /* name */
            invokespecial org.springframework.core.env.EnumerablePropertySource.<init>:(Ljava/lang/String;)V
         1: .line 41
            return
        end local 1 // java.lang.String name
        end local 0 // org.apache.commons.configuration2.spring.ConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/configuration2/spring/ConfigurationPropertySource;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final

  public java.lang.String[] getPropertyNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.apache.commons.configuration2.spring.ConfigurationPropertySource this
         0: .line 46
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* keys */
        start local 1 // java.util.List keys
         1: .line 47
            aload 0 /* this */
            getfield org.apache.commons.configuration2.spring.ConfigurationPropertySource.source:Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.Configuration
            invokeinterface org.apache.commons.configuration2.Configuration.getKeys:()Ljava/util/Iterator;
            astore 2 /* keysIterator */
        start local 2 // java.util.Iterator keysIterator
         2: .line 48
            goto 4
         3: .line 50
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 1 /* keys */
            aload 2 /* keysIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 48
      StackMap locals:
      StackMap stack:
            aload 2 /* keysIterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         5: .line 52
            aload 1 /* keys */
            aload 1 /* keys */
            invokeinterface java.util.List.size:()I
            anewarray java.lang.String
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
            areturn
        end local 2 // java.util.Iterator keysIterator
        end local 1 // java.util.List keys
        end local 0 // org.apache.commons.configuration2.spring.ConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/apache/commons/configuration2/spring/ConfigurationPropertySource;
            1    6     1          keys  Ljava/util/List<Ljava/lang/String;>;
            2    6     2  keysIterator  Ljava/util/Iterator<Ljava/lang/String;>;

  public java.lang.Object getProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.configuration2.spring.ConfigurationPropertySource this
        start local 1 // java.lang.String name
         0: .line 58
            aload 0 /* this */
            getfield org.apache.commons.configuration2.spring.ConfigurationPropertySource.source:Ljava/lang/Object;
            checkcast org.apache.commons.configuration2.Configuration
            aload 1 /* name */
            invokeinterface org.apache.commons.configuration2.Configuration.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.apache.commons.configuration2.spring.ConfigurationPropertySource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/configuration2/spring/ConfigurationPropertySource;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  final
}
Signature: Lorg/springframework/core/env/EnumerablePropertySource<Lorg/apache/commons/configuration2/Configuration;>;
SourceFile: "ConfigurationPropertySource.java"