static ComponentProcessor |
ComponentProcessor.forTesting(dagger.spi.BindingGraphPlugin... testingPlugins) |
Creates a component processor that uses given BindingGraphPlugins instead of loading
them from a ServiceLoader.
|
static ComponentProcessor |
ComponentProcessor.forTesting(java.lang.Iterable<dagger.spi.BindingGraphPlugin> testingPlugins) |
Creates a component processor that uses given BindingGraphPlugins instead of loading
them from a ServiceLoader.
|
static ComponentProcessor |
ComponentProcessor.withTestPlugins(dagger.spi.model.BindingGraphPlugin... testingPlugins) |
Creates a component processor that uses given BindingGraphPlugins instead of loading
them from a ServiceLoader.
|
static ComponentProcessor |
ComponentProcessor.withTestPlugins(java.lang.Iterable<dagger.spi.model.BindingGraphPlugin> testingPlugins) |
Creates a component processor that uses given BindingGraphPlugins instead of loading
them from a ServiceLoader.
|