Uses of Class
com.google.common.reflect.Invokable
Packages that use Invokable
-
Uses of Invokable in com.google.common.reflect
Methods in com.google.common.reflect that return InvokableModifier and TypeMethodDescriptionTypeToken.constructor(Constructor<?> constructor) static <T> Invokable<T, T> Invokable.from(Constructor<T> constructor) ReturnsInvokableofconstructor.ReturnsInvokableofmethod.Invokable<?, ?> Parameter.getDeclaringInvokable()Returns theInvokablethat declares this parameter.Explicitly specifies the return type of thisInvokable.Explicitly specifies the return type of thisInvokable.