Package org.graphwalker.java.test
Class Reflections
java.lang.Object
org.graphwalker.java.test.Reflections
- Author:
- Nils Olsson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Objectstatic Constructor<?> getConstructor(ClassLoader classLoader, Class<?> type, Class<?> parameters) static Methodstatic Objectstatic Class<?> loadClass(ClassLoader classLoader, Class<?> type) static ObjectnewInstance(ClassLoader classLoader, Class<?> type) static ObjectnewInstance(Constructor<?> constructor, Object... arguments)
-
Constructor Details
-
Reflections
public Reflections()
-
-
Method Details
-
loadClass
-
newInstance
-
newInstance
-
invoke
-
getMethod
-
getConstructor
public static Constructor<?> getConstructor(ClassLoader classLoader, Class<?> type, Class<?> parameters) -
get
-