public final class org.apache.ibatis.reflection.SystemMetaObject extends java.lang.Object
{
public static final org.apache.ibatis.reflection.factory.ObjectFactory DEFAULT_OBJECT_FACTORY;
public static final org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory DEFAULT_OBJECT_WRAPPER_FACTORY;
public static final org.apache.ibatis.reflection.MetaObject NULL_META_OBJECT;
private void <init>()
{
org.apache.ibatis.reflection.SystemMetaObject v;
v := @this: org.apache.ibatis.reflection.SystemMetaObject;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static org.apache.ibatis.reflection.MetaObject forObject(java.lang.Object)
{
org.apache.ibatis.reflection.factory.ObjectFactory v;
org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory v;
java.lang.Object v;
org.apache.ibatis.reflection.DefaultReflectorFactory v;
org.apache.ibatis.reflection.MetaObject v;
v := @parameter: java.lang.Object;
v = <org.apache.ibatis.reflection.SystemMetaObject: org.apache.ibatis.reflection.factory.ObjectFactory DEFAULT_OBJECT_FACTORY>;
v = <org.apache.ibatis.reflection.SystemMetaObject: org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory DEFAULT_OBJECT_WRAPPER_FACTORY>;
v = new org.apache.ibatis.reflection.DefaultReflectorFactory;
specialinvoke v.<org.apache.ibatis.reflection.DefaultReflectorFactory: void <init>()>();
v = staticinvoke <org.apache.ibatis.reflection.MetaObject: org.apache.ibatis.reflection.MetaObject forObject(java.lang.Object,org.apache.ibatis.reflection.factory.ObjectFactory,org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory,org.apache.ibatis.reflection.ReflectorFactory)>(v, v, v, v);
return v;
}
static void <clinit>()
{
org.apache.ibatis.reflection.factory.ObjectFactory v;
org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory v;
org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory v;
org.apache.ibatis.reflection.factory.DefaultObjectFactory v;
org.apache.ibatis.reflection.DefaultReflectorFactory v;
org.apache.ibatis.reflection.SystemMetaObject$NullObject v;
org.apache.ibatis.reflection.MetaObject v;
v = new org.apache.ibatis.reflection.factory.DefaultObjectFactory;
specialinvoke v.<org.apache.ibatis.reflection.factory.DefaultObjectFactory: void <init>()>();
<org.apache.ibatis.reflection.SystemMetaObject: org.apache.ibatis.reflection.factory.ObjectFactory DEFAULT_OBJECT_FACTORY> = v;
v = new org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory;
specialinvoke v.<org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory: void <init>()>();
<org.apache.ibatis.reflection.SystemMetaObject: org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory DEFAULT_OBJECT_WRAPPER_FACTORY> = v;
v = new org.apache.ibatis.reflection.SystemMetaObject$NullObject;
specialinvoke v.<org.apache.ibatis.reflection.SystemMetaObject$NullObject: void <init>()>();
v = <org.apache.ibatis.reflection.SystemMetaObject: org.apache.ibatis.reflection.factory.ObjectFactory DEFAULT_OBJECT_FACTORY>;
v = <org.apache.ibatis.reflection.SystemMetaObject: org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory DEFAULT_OBJECT_WRAPPER_FACTORY>;
v = new org.apache.ibatis.reflection.DefaultReflectorFactory;
specialinvoke v.<org.apache.ibatis.reflection.DefaultReflectorFactory: void <init>()>();
v = staticinvoke <org.apache.ibatis.reflection.MetaObject: org.apache.ibatis.reflection.MetaObject forObject(java.lang.Object,org.apache.ibatis.reflection.factory.ObjectFactory,org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory,org.apache.ibatis.reflection.ReflectorFactory)>(v, v, v, v);
<org.apache.ibatis.reflection.SystemMetaObject: org.apache.ibatis.reflection.MetaObject NULL_META_OBJECT> = v;
return;
}
}