public class FastClass extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static FastClass |
create(Class type) |
boolean |
equals(Object o) |
int |
getIndex(Class[] parameterTypes) |
int |
getIndex(String name,
Class[] parameterTypes) |
Class |
getJavaClass() |
int |
getMaxIndex() |
String |
getName() |
int |
hashCode() |
Object |
invoke(int index,
Object obj,
Object[] args) |
Object |
invoke(String name,
Class[] parameterTypes,
Object obj,
Object[] args) |
Object |
newInstance() |
Object |
newInstance(Class[] parameterTypes,
Object[] args) |
Object |
newInstance(int index,
Object[] args) |
String |
toString() |
public Object invoke(String name, Class[] parameterTypes, Object obj, Object[] args) throws InvocationTargetException
InvocationTargetException
public Object invoke(int index, Object obj, Object[] args) throws InvocationTargetException
InvocationTargetException
public Object newInstance() throws InvocationTargetException
InvocationTargetException
public Object newInstance(Class[] parameterTypes, Object[] args) throws InvocationTargetException
InvocationTargetException
public Object newInstance(int index, Object[] args) throws InvocationTargetException
InvocationTargetException
public int getIndex(Class[] parameterTypes)
public int getMaxIndex()
public String getName()
public Class getJavaClass()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.