Home
last modified time | relevance | path

Searched defs:implementationType (Results 1 – 3 of 3) sorted by relevance

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider.java163 private final TypeLiteral<?> implementationType; field in FactoryProvider
166 public static <F> Provider<F> newFactory(Class<F> factoryType, Class<?> implementationType){ in newFactory()
171 TypeLiteral<F> factoryType, TypeLiteral<?> implementationType) { in newFactory()
202 TypeLiteral<?> implementationType, in FactoryProvider()
253 TypeLiteral<?> factoryType, TypeLiteral<?> implementationType) { in createMethodMapping()
DFactoryProvider2.java126 final TypeLiteral<?> implementationType; field in FactoryProvider2.AssistData
141 TypeLiteral<?> implementationType, Method factoryMethod, in AssistData()
/external/guice/core/src/com/google/inject/internal/
DErrors.java209 public Errors notASubtype(Class<?> implementationType, Class<?> type) { in notASubtype()