Uses of Class
com.google.inject.assistedinject.FactoryProvider2.AssistData
Packages that use FactoryProvider2.AssistData
Package
Description
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar
.-
Uses of FactoryProvider2.AssistData in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject with type parameters of type FactoryProvider2.AssistDataModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap
<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.AssistDataModifier and TypeMethodDescriptionBinding
<?> FactoryProvider2.getBindingFromNewInjector
(Method method, Object[] args, FactoryProvider2.AssistData data) Creates a child injector that binds the args, and returns the binding for the method's result.