Package com.google.inject.assistedinject
Interface AssistedInjectBinding<T>
-
- Type Parameters:
T
- The fully qualified type of the factory.
public interface AssistedInjectBinding<T>
A binding for a factory created by FactoryModuleBuilder.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<AssistedMethod>
getAssistedMethods()
Returns anAssistedMethod
for each method in the factory.Key<T>
getKey()
Returns theKey
for the factory binding.
-
-
-
Method Detail
-
getAssistedMethods
Collection<AssistedMethod> getAssistedMethods()
Returns anAssistedMethod
for each method in the factory.
-
-