public abstract class LegacyProvider<T> extends Object implements com.google.inject.Provider<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
LegacyProvider.ConstructBuilder<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
LegacyProvider<T> |
inject(String methodName,
Class<?>... paramTypes) |
LegacyProvider<T> |
inject(String methodName,
com.google.inject.Key<?>... paramKeys) |
static <T> LegacyProvider.ConstructBuilder<T> |
of(Class<T> type) |
String |
toString() |
public LegacyProvider<T> inject(String methodName, Class<?>... paramTypes)
public LegacyProvider<T> inject(String methodName, com.google.inject.Key<?>... paramKeys)
public static <T> LegacyProvider.ConstructBuilder<T> of(Class<T> type)
Copyright © 2010-2012 Mycila. All Rights Reserved.