| Package | Description |
|---|---|
| com.google.common.reflect |
This package contains utilities to work with Java reflection.
|
| Modifier and Type | Method and Description |
|---|---|
Invokable |
TypeToken.constructor(Constructor
|
static <T> Invokable |
Invokable.from(Constructor
Returns
Invokable of
constructor.
|
static Invokable |
Invokable.from(Method
Returns
Invokable of
method.
|
Invokable |
Parameter.getDeclaringInvokable()
Returns the
Invokable that declares this parameter.
|
Invokable |
TypeToken.method(Method
|
<R1 extends R> Invokable |
Invokable.returning(Class
Explicitly specifies the return type of this
Invokable.
|
<R1 extends R> Invokable |
Invokable.returning(TypeToken
Explicitly specifies the return type of this
Invokable.
|