| Package | Description |
|---|---|
| org.joor |
| Modifier and Type | Method and Description |
|---|---|
Reflect |
Reflect.call(String
Call a method by its name.
|
Reflect |
Reflect.call(String
Call a method by its name.
|
Reflect |
Reflect.create()
Call a constructor.
|
Reflect |
Reflect.create(Object
Call a constructor.
|
Reflect |
Reflect.field(String
Get a wrapped field.
|
static Reflect |
Reflect.on(Class
Wrap a class.
|
static Reflect |
Reflect.on(Object
Wrap an object.
|
static Reflect |
Reflect.on(String
Wrap a class name.
|
Reflect |
Reflect.set(String
Set a field value.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
Reflect.fields()
Get a Map containing field names and wrapped values for the fields' values.
|