| Package | Description | 
|---|---|
| org.jooq.tools.reflect | The  org.jooq.tools.reflectpackage contains parts of jOOR. | 
| Modifier and Type | Method and Description | 
|---|---|
| Reflect | Reflect. call(String name)Call a method by its name. | 
| Reflect | Reflect. call(String name,
    Object... args)Call a method by its name. | 
| Reflect | Reflect. create()Call a constructor. | 
| Reflect | Reflect. create(Object... args)Call a constructor. | 
| Reflect | Reflect. field(String name)Get a wrapped field. | 
| <T> T | Reflect. get(String name)Get a field value. | 
| static Reflect | Reflect. on(String name)Wrap a class name. | 
| Reflect | Reflect. set(String name,
   Object value)Set a field value. | 
Copyright © 2017. All Rights Reserved.