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, wait
getConstructor, getConstructorParametersNames, getField, getFieldProperties, getGetterMethod, getMethod, getParamsConstructor, getProperties, getProxy, getSetterMethod
public IMethod[] getMethods(ClassLoader classLoader, Method[] methods)
getMethods
in interface IReflectionFactory
public <T,F> IField<T,F>[] getFields(Class<T> clazz)
getFields
in interface IReflectionFactory
public <T> IMethod<T> getMethod(Method method)
getMethod
in interface IReflectionFactory
public IMethod[] getMethods(Method[] methods)
getMethods
in interface IReflectionFactory
public <T> ISetterMethod<T> getSetterMethod(Method method)
getSetterMethod
in interface IReflectionFactory
public <T> IGetterMethod<T> getGetterMethod(Method method)
getGetterMethod
in interface IReflectionFactory
Copyright © GigaSpaces.