public static class LegacyProvider.ConstructBuilder<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
LegacyProvider<T> |
withConstructor(Class<?>... paramTypes) |
LegacyProvider<T> |
withConstructor(com.google.inject.Key<?>... paramKeys) |
LegacyProvider<T> |
withDefaultConstructor() |
LegacyProvider<T> |
withFactory(Class<?> factoryType,
String methodName,
Class<?>... paramTypes) |
LegacyProvider<T> |
withFactory(com.google.inject.Key<?> factoryType,
String methodName,
com.google.inject.Key<?>... paramTypes) |
public LegacyProvider<T> withDefaultConstructor()
public LegacyProvider<T> withConstructor(Class<?>... paramTypes)
public LegacyProvider<T> withConstructor(com.google.inject.Key<?>... paramKeys)
public LegacyProvider<T> withFactory(Class<?> factoryType, String methodName, Class<?>... paramTypes)
public LegacyProvider<T> withFactory(com.google.inject.Key<?> factoryType, String methodName, com.google.inject.Key<?>... paramTypes)
Copyright © 2010-2012 Mycila. All Rights Reserved.