A C E F G H O R S T

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: These exceptions are ClassNotFoundException IllegalAccessException IllegalArgumentException InstantiationException InvocationTargetException NoSuchMethodException NoSuchFieldException SecurityException
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.

A C E F G H O R S T

Copyright © 2012. All Rights Reserved.