Searched defs:implementationType (Results 1 – 3 of 3) sorted by relevance
163 private final TypeLiteral<?> implementationType; field in FactoryProvider166 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()
126 final TypeLiteral<?> implementationType; field in FactoryProvider2.AssistData141 TypeLiteral<?> implementationType, Method factoryMethod, in AssistData()
209 public Errors notASubtype(Class<?> implementationType, Class<?> type) { in notASubtype()