Uses of Class
com.google.inject.assistedinject.FactoryProvider2.MethodHandleWrapper
-
Packages that use FactoryProvider2.MethodHandleWrapper Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
. -
-
Uses of FactoryProvider2.MethodHandleWrapper in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject with type parameters of type FactoryProvider2.MethodHandleWrapper Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.reflect.Method,FactoryProvider2.MethodHandleWrapper>
FactoryProvider2. methodHandleByMethod
Mapping from method to method handle, for generated default methods.Methods in com.google.inject.assistedinject that return FactoryProvider2.MethodHandleWrapper Modifier and Type Method Description (package private) static FactoryProvider2.MethodHandleWrapper
FactoryProvider2.MethodHandleWrapper. create(java.lang.reflect.Method method, java.lang.Object proxy)
-