public class ASMMethodFactory extends Object
Constructor and Description |
---|
ASMMethodFactory() |
Modifier and Type | Method and Description |
---|---|
static IGetterMethod |
getGetterMethod(ClassLoader classLoader,
Method refMethod)
Retrieves an IMethod or creates a new class that represents this method.
|
static IGetterMethod |
getGetterMethod(Method refMethod) |
static IMethod |
getMethod(ClassLoader classLoader,
Method refMethod)
Retrieves an IMethod or creates a new class that represents this method.
|
static IMethod |
getMethod(Method refMethod) |
static ISetterMethod |
getSetterMethod(ClassLoader classLoader,
Method refMethod)
Retrieves an IMethod or creates a new class that represents this method.
|
static ISetterMethod |
getSetterMethod(Method refMethod) |
public static IMethod getMethod(Method refMethod) throws SecurityException, NoSuchMethodException
public static IMethod getMethod(ClassLoader classLoader, Method refMethod) throws SecurityException, NoSuchMethodException
public static IGetterMethod getGetterMethod(Method refMethod) throws SecurityException, NoSuchMethodException
public static IGetterMethod getGetterMethod(ClassLoader classLoader, Method refMethod) throws SecurityException, NoSuchMethodException
public static ISetterMethod getSetterMethod(Method refMethod) throws SecurityException, NoSuchMethodException
public static ISetterMethod getSetterMethod(ClassLoader classLoader, Method refMethod) throws SecurityException, NoSuchMethodException
Copyright © GigaSpaces.