JavaScript is disabled on your browser.
Package
Class
Use
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
F
G
H
O
R
S
T
W
A
accessible(T)
- Static method in class org.joor.
Reflect
Conveniently render an
AccessibleObject
accessible.
as(Class<P>)
- 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.
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
O
on(String)
- Static method in class org.joor.
Reflect
Wrap a class name.
on(Class<?>)
- Static method in class org.joor.
Reflect
Wrap a class.
on(Object)
- Static method in class org.joor.
Reflect
Wrap an object.
org.joor
- package org.joor
R
Reflect
- Class in
org.joor
A wrapper for an
Object
or
Class
upon which reflective calls can be made.
ReflectException
- Exception in
org.joor
A unchecked wrapper for any of Java's checked reflection exceptions:
ReflectException(String)
- Constructor for exception org.joor.
ReflectException
ReflectException(String, Throwable)
- Constructor for exception org.joor.
ReflectException
ReflectException()
- Constructor for exception org.joor.
ReflectException
ReflectException(Throwable)
- Constructor for exception 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.
A
C
E
F
G
H
O
R
S
T
W
Package
Class
Use
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2015. All Rights Reserved.