class org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor extends java.beans.PropertyDescriptor
{
private java.lang.reflect.Method readMethod;
private java.lang.reflect.Method writeMethod;
private java.lang.Class propertyType;
private java.lang.Class propertyEditorClass;
public void <init>(java.beans.PropertyDescriptor) throws java.beans.IntrospectionException
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.beans.PropertyDescriptor v;
java.lang.String v;
java.lang.reflect.Method v, v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v := @parameter: java.beans.PropertyDescriptor;
v = virtualinvoke v.<java.beans.PropertyDescriptor: java.lang.String getName()>();
v = virtualinvoke v.<java.beans.PropertyDescriptor: java.lang.reflect.Method getReadMethod()>();
v = virtualinvoke v.<java.beans.PropertyDescriptor: java.lang.reflect.Method getWriteMethod()>();
specialinvoke v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: void <init>(java.lang.String,java.lang.reflect.Method,java.lang.reflect.Method)>(v, v, v);
staticinvoke <org.springframework.beans.PropertyDescriptorUtils: void copyNonMethodProperties(java.beans.PropertyDescriptor,java.beans.PropertyDescriptor)>(v, v);
return;
}
public void <init>(java.lang.String, java.lang.reflect.Method, java.lang.reflect.Method) throws java.beans.IntrospectionException
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.Class v;
java.lang.String v;
java.lang.reflect.Method v, v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v := @parameter: java.lang.String;
v := @parameter: java.lang.reflect.Method;
v := @parameter: java.lang.reflect.Method;
specialinvoke v.<java.beans.PropertyDescriptor: void <init>(java.lang.String,java.lang.reflect.Method,java.lang.reflect.Method)>(v, null, null);
v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method readMethod> = v;
v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method writeMethod> = v;
v = staticinvoke <org.springframework.beans.PropertyDescriptorUtils: java.lang.Class findPropertyType(java.lang.reflect.Method,java.lang.reflect.Method)>(v, v);
v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.Class propertyType> = v;
return;
}
public java.lang.reflect.Method getReadMethod()
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.reflect.Method v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method readMethod>;
return v;
}
public void setReadMethod(java.lang.reflect.Method)
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.reflect.Method v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v := @parameter: java.lang.reflect.Method;
v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method readMethod> = v;
return;
}
public java.lang.reflect.Method getWriteMethod()
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.reflect.Method v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method writeMethod>;
return v;
}
public void setWriteMethod(java.lang.reflect.Method)
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.reflect.Method v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v := @parameter: java.lang.reflect.Method;
v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method writeMethod> = v;
return;
}
public java.lang.Class getPropertyType()
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.Class v, v, v;
java.lang.reflect.Method v, v;
java.beans.IntrospectionException v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.Class propertyType>;
if v != null goto label;
label:
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method readMethod>;
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method writeMethod>;
v = staticinvoke <org.springframework.beans.PropertyDescriptorUtils: java.lang.Class findPropertyType(java.lang.reflect.Method,java.lang.reflect.Method)>(v, v);
v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.Class propertyType> = v;
label:
goto label;
label:
v := @caughtexception;
label:
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.Class propertyType>;
return v;
catch java.beans.IntrospectionException from label to label with label;
}
public java.lang.Class getPropertyEditorClass()
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.Class v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.Class propertyEditorClass>;
return v;
}
public void setPropertyEditorClass(java.lang.Class)
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.Class v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v := @parameter: java.lang.Class;
v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.Class propertyEditorClass> = v;
return;
}
public boolean equals(java.lang.Object)
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.Object v;
boolean v, v, v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v := @parameter: java.lang.Object;
if v == v goto label;
v = v instanceof java.beans.PropertyDescriptor;
if v == 0 goto label;
v = staticinvoke <org.springframework.beans.PropertyDescriptorUtils: boolean equals(java.beans.PropertyDescriptor,java.beans.PropertyDescriptor)>(v, v);
if v == 0 goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int hashCode()
{
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
int v, v, v, v;
java.lang.reflect.Method v, v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v = virtualinvoke v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method getReadMethod()>();
v = staticinvoke <org.springframework.util.ObjectUtils: int nullSafeHashCode(java.lang.Object)>(v);
v = v * 29;
v = virtualinvoke v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method getWriteMethod()>();
v = staticinvoke <org.springframework.util.ObjectUtils: int nullSafeHashCode(java.lang.Object)>(v);
v = v + v;
return v;
}
public java.lang.String toString()
{
java.lang.Object[] v;
org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor v;
java.lang.Class v, v;
java.lang.String v, v, v;
java.lang.reflect.Method v, v;
v := @this: org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor;
v = newarray (java.lang.Object)[5];
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: java.lang.String getSimpleName()>();
v[0] = v;
v = virtualinvoke v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.String getName()>();
v[1] = v;
v = virtualinvoke v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.Class getPropertyType()>();
v[2] = v;
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method readMethod>;
v[3] = v;
v = v.<org.springframework.beans.ExtendedBeanInfo$SimplePropertyDescriptor: java.lang.reflect.Method writeMethod>;
v[4] = v;
v = staticinvoke <java.lang.String: java.lang.String format(java.lang.String,java.lang.Object[])>("%s[name=%s, propertyType=%s, readMethod=%s, writeMethod=%s]", v);
return v;
}
}