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
Modifier and TypeMethodDescriptionReturns anAssistedMethod
for each method in the factory.getKey()
Returns theKey
for the factory binding.
-
Method Details
-
getKey
Returns theKey
for the factory binding. -
getAssistedMethods
Collection<AssistedMethod> getAssistedMethods()Returns anAssistedMethod
for each method in the factory.
-