public abstract class AbstractReflectionFactory extends Object implements IReflectionFactory
| Constructor and Description | 
|---|
AbstractReflectionFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
<T,F> IField<T,F>[] | 
getFields(Class<T> clazz)  | 
<T> IGetterMethod<T> | 
getGetterMethod(Method method)  | 
<T> IMethod<T> | 
getMethod(Method method)  | 
IMethod[] | 
getMethods(ClassLoader classLoader,
          Method[] methods)  | 
IMethod[] | 
getMethods(Method[] methods)  | 
<T> ISetterMethod<T> | 
getSetterMethod(Method method)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConstructor, getConstructorParametersNames, getField, getFieldProperties, getGetterMethod, getMethod, getParamsConstructor, getProperties, getProxy, getSetterMethodpublic IMethod[] getMethods(ClassLoader classLoader, Method[] methods)
getMethods in interface IReflectionFactorypublic <T,F> IField<T,F>[] getFields(Class<T> clazz)
getFields in interface IReflectionFactorypublic <T> IMethod<T> getMethod(Method method)
getMethod in interface IReflectionFactorypublic IMethod[] getMethods(Method[] methods)
getMethods in interface IReflectionFactorypublic <T> ISetterMethod<T> getSetterMethod(Method method)
getSetterMethod in interface IReflectionFactorypublic <T> IGetterMethod<T> getGetterMethod(Method method)
getGetterMethod in interface IReflectionFactoryCopyright © GigaSpaces.