Uses of Class
org.joor.ReflectException
-
Uses of ReflectException in org.joor
Methods in org.joor that throw ReflectExceptionModifier and TypeMethodDescriptionCall a method by its name.Call a method by its name.static Reflect
Compile a class at runtime and reflect on it.static Reflect
Reflect.compile
(String name, String content, CompileOptions options) Compile a class at runtime and reflect on it.Reflect.create()
Call a constructor.Call a constructor.Get a wrapped field.private Field
private static Class
<?> Load a classprivate static Class
<?> Reflect.forName
(String name, ClassLoader classLoader) <T> T
Get a field value.private static Reflect
Reflect.on
(Constructor<?> constructor, Object... args) Wrap an object created from a constructorprivate static Reflect
Wrap an object returned from a methodstatic Reflect
Deprecated.static Reflect
Reflect.on
(String name, ClassLoader classLoader) Deprecated.[#78] 0.9.11, useReflect.onClass(String, ClassLoader)
instead.static Reflect
Wrap a class name.static Reflect
Reflect.onClass
(String name, ClassLoader classLoader) Wrap a class name, loading it via a given class loader.static void
Annotation-process a class at runtime.static void
Reflect.process
(String name, String content, CompileOptions options) Annotation-process a class at runtime.Set a field value.
Reflect.onClass(String)
instead.