Uses of Interface
de.quantummaid.httpmaid.dagger.factory.DaggerFactory
-
Packages that use DaggerFactory Package Description de.quantummaid.httpmaid.dagger.factory de.quantummaid.httpmaid.dagger.factoryfinding -
-
Uses of DaggerFactory in de.quantummaid.httpmaid.dagger.factory
Classes in de.quantummaid.httpmaid.dagger.factory that implement DaggerFactory Modifier and Type Class Description classReflectionBasedDaggerFactoryMethods in de.quantummaid.httpmaid.dagger.factory that return DaggerFactory Modifier and Type Method Description static DaggerFactoryReflectionBasedDaggerFactory. reflectionBasedDaggerFactory(Method factoryMethod, Method factoryConstructor, Class<?> factoryClass) -
Uses of DaggerFactory in de.quantummaid.httpmaid.dagger.factoryfinding
Methods in de.quantummaid.httpmaid.dagger.factoryfinding that return DaggerFactory Modifier and Type Method Description DaggerFactoryDaggerFactoryFinder. findFactory(Class<?> type)DaggerFactoryPatternBasedFactoryFinder. findFactory(Class<?> type)
-