Uses of Class
com.google.inject.assistedinject.FactoryProvider2.AssistData
-
Packages that use FactoryProvider2.AssistData Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
. -
-
Uses of FactoryProvider2.AssistData in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject with type parameters of type FactoryProvider2.AssistData Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.reflect.Method,FactoryProvider2.AssistData>
FactoryProvider2. assistDataByMethod
Mapping from method to the data about how the method will be assisted.Methods in com.google.inject.assistedinject with parameters of type FactoryProvider2.AssistData Modifier and Type Method Description Binding<?>
FactoryProvider2. getBindingFromNewInjector(java.lang.reflect.Method method, java.lang.Object[] args, FactoryProvider2.AssistData data)
Creates a child injector that binds the args, and returns the binding for the method's result.
-