Uses of Interface
com.google.inject.assistedinject.AssistedMethod
-
Packages that use AssistedMethod Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
. -
-
Uses of AssistedMethod in com.google.inject.assistedinject
Classes in com.google.inject.assistedinject that implement AssistedMethod Modifier and Type Class Description private static class
FactoryProvider2.AssistData
All the data necessary to perform an assisted inject.Methods in com.google.inject.assistedinject that return types with arguments of type AssistedMethod Modifier and Type Method Description java.util.Collection<AssistedMethod>
AssistedInjectBinding. getAssistedMethods()
Returns anAssistedMethod
for each method in the factory.java.util.Collection<AssistedMethod>
FactoryProvider2. getAssistedMethods()
-