public class Inspector extends Object implements Serializable
| Constructor and Description |
|---|
Inspector(Class<?> clazz,
Method m)
Constructor for Inspector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
changeClassLoader(ClassLoader loader) |
boolean |
equals(Object obj) |
String |
getClassName()
getClassName
|
Method |
getMethod()
Getter for the field
method. |
String |
getMethodCall()
getMethodCall
|
Class<?> |
getReturnType()
getReturnType
|
Object |
getValue(Object object)
getValue
|
int |
hashCode() |
public Object getValue(Object object) throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
getValue
object - a Object object.Object object.IllegalArgumentException - if any.IllegalAccessException - if any.InvocationTargetException - if any.public void changeClassLoader(ClassLoader loader)
Copyright © 2010–2017 EvoSuite. All rights reserved.