Uses of Class
com.google.inject.assistedinject.Parameter
-
Packages that use Parameter Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar
. -
-
Uses of Parameter in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject with type parameters of type Parameter Modifier and Type Field Description private java.util.List<Parameter>
AssistedConstructor. allParameters
Methods in com.google.inject.assistedinject that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>
AssistedConstructor. getAllParameters()
Methods in com.google.inject.assistedinject with parameters of type Parameter Modifier and Type Method Description private boolean
FactoryProvider. paramCanBeInjected(Parameter parameter, Injector injector)
Deprecated.
-