public class GosuClassProxyFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
IGosuClassInternal |
create(IType type) |
IGosuClassInternal |
createImmediately(IType type) |
static GosuClassProxyFactory |
instance() |
static boolean |
isObjectMethod(IMethodInfo mi) |
static boolean |
isObjectProperty(IPropertyInfo pi) |
static boolean |
isPropertyGetter(IMethodInfo mi) |
static boolean |
isPropertyGetter(IMethodInfo mi,
String strPrefix) |
static boolean |
isPropertyMethod(IMethodInfo mi) |
static boolean |
isPropertySetter(IMethodInfo mi) |
static String |
makeValueString(Object value,
IType returnType) |
public static GosuClassProxyFactory instance()
public IGosuClassInternal create(IType type)
public IGosuClassInternal createImmediately(IType type)
public static boolean isObjectMethod(IMethodInfo mi)
public static boolean isObjectProperty(IPropertyInfo pi)
public static boolean isPropertyMethod(IMethodInfo mi)
public static boolean isPropertyGetter(IMethodInfo mi)
public static boolean isPropertySetter(IMethodInfo mi)
public static boolean isPropertyGetter(IMethodInfo mi, String strPrefix)
Copyright © 2020. All rights reserved.