| Package | Description | 
|---|---|
| com.google.common.reflect | This package contains utilities to work with Java reflection. | 
| Modifier and Type | Method and Description | 
|---|---|
| Invokable<T,T> | TypeToken. constructor(Constructor<?> constructor) | 
| static <T> Invokable<T,T> | Invokable. from(Constructor<T> constructor)Returns  Invokableofconstructor. | 
| static Invokable<?,Object> | Invokable. from(Method method)Returns  Invokableofmethod. | 
| Invokable<?,?> | Parameter. getDeclaringInvokable()Returns the  Invokablethat declares this parameter. | 
| Invokable<T,Object> | TypeToken. method(Method method) | 
| <R1 extends R>  | Invokable. returning(Class<R1> returnType)Explicitly specifies the return type of this  Invokable. | 
| <R1 extends R>  | Invokable. returning(TypeToken<R1> returnType)Explicitly specifies the return type of this  Invokable. | 
Copyright © 2010-2015. All Rights Reserved.