Uses of Class
com.google.inject.assistedinject.AssistedConstructor
Packages that use AssistedConstructor
Package
Description
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar
.-
Uses of AssistedConstructor in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject with type parameters of type AssistedConstructorModifier and TypeFieldDescriptionprivate final Map
<Method, AssistedConstructor<?>> FactoryProvider.factoryMethodToConstructor
Deprecated.Methods in com.google.inject.assistedinject that return AssistedConstructorModifier and TypeMethodDescriptionstatic <T> AssistedConstructor
<T> AssistedConstructor.create
(Constructor<T> constructor, List<TypeLiteral<?>> parameterTypes) Methods in com.google.inject.assistedinject that return types with arguments of type AssistedConstructorModifier and TypeMethodDescriptionprivate static Map
<Method, AssistedConstructor<?>> FactoryProvider.createMethodMapping
(TypeLiteral<?> factoryType, TypeLiteral<?> implementationType) Deprecated.Constructor parameters in com.google.inject.assistedinject with type arguments of type AssistedConstructorModifierConstructorDescriptionprivate
FactoryProvider
(TypeLiteral<F> factoryType, TypeLiteral<?> implementationType, Map<Method, AssistedConstructor<?>> factoryMethodToConstructor) Deprecated.