|
Silk DI 0.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectse.jbee.inject.bootstrap.Invoke
public final class Invoke
A util to invoke Constructors or Methods that converts checked Exceptions
into RuntimeExceptions.
| Method Summary | ||
|---|---|---|
static
|
constructor(Constructor<T> constructor,
Object... args)
|
|
static Object |
method(Method method,
Object owner,
Object... args)
|
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T> T constructor(Constructor<T> constructor,
Object... args)
public static Object method(Method method,
Object owner,
Object... args)
|
Silk DI 0.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||