Index
All Classes and Interfaces|All Packages|Serialized Form
A
- accessible(T) - Static method in class org.joor.Reflect
-
Conveniently render an
AccessibleObjectaccessible. - as(Class) - Method in class org.joor.Reflect
-
Create a proxy for the wrapped object allowing to typesafely invoke methods on it using a custom interface.
- as(Class, Class...) - Method in class org.joor.Reflect
-
Create a proxy for the wrapped object allowing to typesafely invoke methods on it using a custom interface.
C
- call(String) - Method in class org.joor.Reflect
-
Call a method by its name.
- call(String, Object...) - Method in class org.joor.Reflect
-
Call a method by its name.
- classLoader(ClassLoader) - Method in class org.joor.CompileOptions
- compile(String, String) - Static method in class org.joor.Reflect
-
Compile a class at runtime and reflect on it.
- compile(String, String, CompileOptions) - Static method in class org.joor.Reflect
-
Compile a class at runtime and reflect on it.
- CompileOptions - Class in org.joor
- CompileOptions() - Constructor for class org.joor.CompileOptions
- create() - Method in class org.joor.Reflect
-
Call a constructor.
- create(Object...) - Method in class org.joor.Reflect
-
Call a constructor.
E
- equals(Object) - Method in class org.joor.Reflect
F
- field(String) - Method in class org.joor.Reflect
-
Get a wrapped field.
- fields() - Method in class org.joor.Reflect
-
Get a Map containing field names and wrapped values for the fields' values.
G
- get() - Method in class org.joor.Reflect
-
Get the wrapped object
- get(String) - Method in class org.joor.Reflect
-
Get a field value.
H
- hashCode() - Method in class org.joor.Reflect
I
- initValue(Class) - Static method in class org.joor.Reflect
-
Get the initialisation or default value for any given type.
O
- on(Class) - Static method in class org.joor.Reflect
-
Deprecated.
- on(Object) - Static method in class org.joor.Reflect
-
Wrap an object.
- on(String) - Static method in class org.joor.Reflect
-
Deprecated.[#78] 0.9.11, use
Reflect.onClass(String)instead. - on(String, ClassLoader) - Static method in class org.joor.Reflect
-
Deprecated.[#78] 0.9.11, use
Reflect.onClass(String, ClassLoader)instead. - onClass(Class) - Static method in class org.joor.Reflect
-
Wrap a class.
- onClass(String) - Static method in class org.joor.Reflect
-
Wrap a class name.
- onClass(String, ClassLoader) - Static method in class org.joor.Reflect
-
Wrap a class name, loading it via a given class loader.
- options(String...) - Method in class org.joor.CompileOptions
- options(List) - Method in class org.joor.CompileOptions
- org.jooq.joor - module org.jooq.joor
- org.joor - package org.joor
P
- process(String, String) - Static method in class org.joor.Reflect
-
Annotation-process a class at runtime.
- process(String, String, CompileOptions) - Static method in class org.joor.Reflect
-
Annotation-process a class at runtime.
- processors(List) - Method in class org.joor.CompileOptions
- processors(Processor...) - Method in class org.joor.CompileOptions
R
- Reflect - Class in org.joor
- ReflectException - Exception Class in org.joor
-
A unchecked wrapper for any of Java's checked reflection exceptions:
- ReflectException() - Constructor for exception class org.joor.ReflectException
- ReflectException(String) - Constructor for exception class org.joor.ReflectException
- ReflectException(String, Throwable) - Constructor for exception class org.joor.ReflectException
- ReflectException(Throwable) - Constructor for exception class org.joor.ReflectException
S
- set(String, Object) - Method in class org.joor.Reflect
-
Set a field value.
T
- toString() - Method in class org.joor.Reflect
- type() - Method in class org.joor.Reflect
-
Get the type of the wrapped object.
W
- wrapper(Class) - Static method in class org.joor.Reflect
-
Get a wrapper type for a primitive type, or the argument type itself, if it is not a primitive type.
All Classes and Interfaces|All Packages|Serialized Form
Reflect.onClass(Class)instead.