Uses of Class
com.google.inject.assistedinject.AssistedConstructor
-
Packages that use AssistedConstructor Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar. -
-
Uses of AssistedConstructor in com.google.inject.assistedinject
Fields in com.google.inject.assistedinject with type parameters of type AssistedConstructor Modifier and Type Field Description private java.util.Map<java.lang.reflect.Method,AssistedConstructor<?>>FactoryProvider. factoryMethodToConstructorDeprecated.Methods in com.google.inject.assistedinject that return AssistedConstructor Modifier and Type Method Description static <T> AssistedConstructor<T>AssistedConstructor. create(java.lang.reflect.Constructor<T> constructor, java.util.List<TypeLiteral<?>> parameterTypes)Methods in com.google.inject.assistedinject that return types with arguments of type AssistedConstructor Modifier and Type Method Description private static java.util.Map<java.lang.reflect.Method,AssistedConstructor<?>>FactoryProvider. createMethodMapping(TypeLiteral<?> factoryType, TypeLiteral<?> implementationType)Deprecated.Constructor parameters in com.google.inject.assistedinject with type arguments of type AssistedConstructor Constructor Description FactoryProvider(TypeLiteral<F> factoryType, TypeLiteral<?> implementationType, java.util.Map<java.lang.reflect.Method,AssistedConstructor<?>> factoryMethodToConstructor)Deprecated.
-