LegacyProvider<T> |
LegacyProvider.inject(String methodName,
Class<?>... paramTypes) |
LegacyProvider<T> |
LegacyProvider.inject(String methodName,
com.google.inject.Key<?>... paramKeys) |
LegacyProvider<T> |
LegacyProvider.ConstructBuilder.withConstructor(Class<?>... paramTypes) |
LegacyProvider<T> |
LegacyProvider.ConstructBuilder.withConstructor(com.google.inject.Key<?>... paramKeys) |
LegacyProvider<T> |
LegacyProvider.ConstructBuilder.withDefaultConstructor() |
LegacyProvider<T> |
LegacyProvider.ConstructBuilder.withFactory(Class<?> factoryType,
String methodName,
Class<?>... paramTypes) |
LegacyProvider<T> |
LegacyProvider.ConstructBuilder.withFactory(com.google.inject.Key<?> factoryType,
String methodName,
com.google.inject.Key<?>... paramTypes) |