Uses of Class
org.joor.Reflect
-
Uses of Reflect in org.joor
Modifier and TypeMethodDescriptionCall a method by its name.Call a method by its name.static ReflectCompile a class at runtime and reflect on it.static ReflectReflect.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.static ReflectDeprecated.private static Reflectstatic ReflectWrap an object.private static ReflectReflect.on(Constructor<?> constructor, Object... args) Wrap an object created from a constructorprivate static ReflectWrap an object returned from a methodstatic ReflectDeprecated.[#78] 0.9.11, useonClass(String)instead.static ReflectReflect.on(String name, ClassLoader classLoader) Deprecated.[#78] 0.9.11, useonClass(String, ClassLoader)instead.static ReflectWrap a class.static ReflectWrap a class name.static ReflectReflect.onClass(String name, ClassLoader classLoader) Wrap a class name, loading it via a given class loader.Set a field value.
onClass(Class)instead.