public class org.springframework.beans.PropertyValuesEditor extends java.beans.PropertyEditorSupport
{
private final org.springframework.beans.propertyeditors.PropertiesEditor propertiesEditor;
public void <init>()
{
org.springframework.beans.propertyeditors.PropertiesEditor v;
org.springframework.beans.PropertyValuesEditor v;
v := @this: org.springframework.beans.PropertyValuesEditor;
specialinvoke v.<java.beans.PropertyEditorSupport: void <init>()>();
v = new org.springframework.beans.propertyeditors.PropertiesEditor;
specialinvoke v.<org.springframework.beans.propertyeditors.PropertiesEditor: void <init>()>();
v.<org.springframework.beans.PropertyValuesEditor: org.springframework.beans.propertyeditors.PropertiesEditor propertiesEditor> = v;
return;
}
public void setAsText(java.lang.String) throws java.lang.IllegalArgumentException
{
org.springframework.beans.propertyeditors.PropertiesEditor v, v;
org.springframework.beans.PropertyValuesEditor v;
java.lang.Object v;
org.springframework.beans.MutablePropertyValues v;
java.lang.String v;
v := @this: org.springframework.beans.PropertyValuesEditor;
v := @parameter: java.lang.String;
v = v.<org.springframework.beans.PropertyValuesEditor: org.springframework.beans.propertyeditors.PropertiesEditor propertiesEditor>;
virtualinvoke v.<org.springframework.beans.propertyeditors.PropertiesEditor: void setAsText(java.lang.String)>(v);
v = v.<org.springframework.beans.PropertyValuesEditor: org.springframework.beans.propertyeditors.PropertiesEditor propertiesEditor>;
v = virtualinvoke v.<org.springframework.beans.propertyeditors.PropertiesEditor: java.lang.Object getValue()>();
v = new org.springframework.beans.MutablePropertyValues;
specialinvoke v.<org.springframework.beans.MutablePropertyValues: void <init>(java.util.Map)>(v);
virtualinvoke v.<org.springframework.beans.PropertyValuesEditor: void setValue(java.lang.Object)>(v);
return;
}
}