public class org.springframework.beans.PropertyValuesEditor extends java.beans.PropertyEditorSupport
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.beans.PropertyValuesEditor
  super_class: java.beans.PropertyEditorSupport
{
  private final org.springframework.beans.propertyeditors.PropertiesEditor propertiesEditor;
    descriptor: Lorg/springframework/beans/propertyeditors/PropertiesEditor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.beans.PropertyValuesEditor this
         0: .line 37
            aload 0 /* this */
            invokespecial java.beans.PropertyEditorSupport.<init>:()V
         1: .line 39
            aload 0 /* this */
            new org.springframework.beans.propertyeditors.PropertiesEditor
            dup
            invokespecial org.springframework.beans.propertyeditors.PropertiesEditor.<init>:()V
            putfield org.springframework.beans.PropertyValuesEditor.propertiesEditor:Lorg/springframework/beans/propertyeditors/PropertiesEditor;
         2: .line 37
            return
        end local 0 // org.springframework.beans.PropertyValuesEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/beans/PropertyValuesEditor;

  public void setAsText(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.springframework.beans.PropertyValuesEditor this
        start local 1 // java.lang.String text
         0: .line 43
            aload 0 /* this */
            getfield org.springframework.beans.PropertyValuesEditor.propertiesEditor:Lorg/springframework/beans/propertyeditors/PropertiesEditor;
            aload 1 /* text */
            invokevirtual org.springframework.beans.propertyeditors.PropertiesEditor.setAsText:(Ljava/lang/String;)V
         1: .line 44
            aload 0 /* this */
            getfield org.springframework.beans.PropertyValuesEditor.propertiesEditor:Lorg/springframework/beans/propertyeditors/PropertiesEditor;
            invokevirtual org.springframework.beans.propertyeditors.PropertiesEditor.getValue:()Ljava/lang/Object;
            checkcast java.util.Properties
            astore 2 /* props */
        start local 2 // java.util.Properties props
         2: .line 45
            aload 0 /* this */
            new org.springframework.beans.MutablePropertyValues
            dup
            aload 2 /* props */
            invokespecial org.springframework.beans.MutablePropertyValues.<init>:(Ljava/util/Map;)V
            invokevirtual org.springframework.beans.PropertyValuesEditor.setValue:(Ljava/lang/Object;)V
         3: .line 46
            return
        end local 2 // java.util.Properties props
        end local 1 // java.lang.String text
        end local 0 // org.springframework.beans.PropertyValuesEditor this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/springframework/beans/PropertyValuesEditor;
            0    4     1   text  Ljava/lang/String;
            2    4     2  props  Ljava/util/Properties;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      text  
}
SourceFile: "PropertyValuesEditor.java"