Uses of Class
org.jooq.tools.reflect.Reflect
-
Uses of Reflect in org.jooq.tools.reflect
Modifier 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.static Reflect
Deprecated.static Reflect
Wrap an object.static Reflect
Deprecated.[#78] 0.9.11, useonClass(String)
instead.static Reflect
Reflect.on
(String name, ClassLoader classLoader) Deprecated.[#78] 0.9.11, useonClass(String, ClassLoader)
instead.static Reflect
Wrap a class.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.Set a field value.
onClass(Class)
instead.