Uses of Class
dagger.internal.codegen.ComponentProcessor
-
-
Uses of ComponentProcessor in dagger.internal.codegen
Methods in dagger.internal.codegen that return ComponentProcessor Modifier and Type Method Description static ComponentProcessorComponentProcessor. forTesting(dagger.spi.BindingGraphPlugin... testingPlugins)Creates a component processor that uses givenBindingGraphPlugins instead of loading them from aServiceLoader.static ComponentProcessorComponentProcessor. forTesting(java.lang.Iterable<dagger.spi.BindingGraphPlugin> testingPlugins)Creates a component processor that uses givenBindingGraphPlugins instead of loading them from aServiceLoader.
-