Home
last modified time | relevance | path

Searched refs:ComponentProcessor (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/external/dagger2/java/dagger/internal/codegen/
DComponentProcessor.java42 public final class ComponentProcessor extends JavacBasicAnnotationProcessor { class
48 public static ComponentProcessor withTestPlugins(BindingGraphPlugin... testingPlugins) { in withTestPlugins()
57 public static ComponentProcessor withTestPlugins(Iterable<BindingGraphPlugin> testingPlugins) { in withTestPlugins()
58 return new ComponentProcessor( in withTestPlugins()
67 public static ComponentProcessor forTesting(dagger.spi.BindingGraphPlugin... testingPlugins) { in forTesting()
76 public static ComponentProcessor forTesting( in forTesting()
78 return new ComponentProcessor( in forTesting()
86 public ComponentProcessor() { in ComponentProcessor() method in ComponentProcessor
90 private ComponentProcessor( in ComponentProcessor() method in ComponentProcessor
DBUILD105 # The javadocs should only include ComponentProcessor.java, since that is the only class used
106 # externally. Specifically, ComponentProcessor.forTesting() is required for testing SPI plugins.
107 javadoc_srcs = ["ComponentProcessor.java"],
115 processor_class = "dagger.internal.codegen.ComponentProcessor",
/external/dagger2/javatests/dagger/spi/
DSpiPluginTest.java26 import dagger.internal.codegen.ComponentProcessor;
55 .withProcessors(new ComponentProcessor()) in moduleBinding()
95 .withProcessors(new ComponentProcessor()) in dependencyTraceAtBinding()
322 .withProcessors(new ComponentProcessor()) in errorOnComponent()
357 .withProcessors(new ComponentProcessor()) in errorOnSubcomponent()
458 .withProcessors(new ComponentProcessor()) in shortestPathToBindingExistsThroughSubcomponentBuilder()
498 Compilation compilation = javac().withProcessors(new ComponentProcessor()).compile(component); in onPluginEnd()
516 .withProcessors(new ComponentProcessor()) in compilationWithErrorOnDependency()
/external/dagger2/javatests/artifacts/dagger/kotlin-app/src/test/kotlin/app/
DComponentProcessorBuildTest.kt20 import dagger.internal.codegen.ComponentProcessor
32 val processor = ComponentProcessor.forTesting() in testComponentProcessor()
/external/dagger2/javatests/artifacts/dagger-ksp/kotlin-app/src/test/kotlin/app/
DComponentProcessorBuildTest.kt20 import dagger.internal.codegen.ComponentProcessor
32 val processor = ComponentProcessor.forTesting() in testComponentProcessor()
/external/dagger2/javatests/dagger/internal/codegen/
DMapKeyProcessorTest.java85 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in mapKeyCreatorFile()
135 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in nestedMapKeyCreatorFile()
200 .processedWith(new ComponentProcessor(), new AutoAnnotationProcessor()) in nestedComplexMapKey_buildSuccessfully()
/external/dagger2/javatests/dagger/android/processor/
DDuplicateAndroidInjectorsCheckerTest.java20 import dagger.internal.codegen.ComponentProcessor;
92 ComponentProcessor.withTestPlugins(new DuplicateAndroidInjectorsChecker())) in conflictingMapKeys()
/external/dagger2/javatests/dagger/hilt/android/processor/internal/viewmodel/
DViewModelValidationPluginWithAssistedInjectTest.kt24 import dagger.internal.codegen.ComponentProcessor in <lambda>()
38 ComponentProcessor.withTestPlugins(ViewModelValidationPlugin()), in <lambda>()
DViewModelValidationPluginTest.kt23 import dagger.internal.codegen.ComponentProcessor in <lambda>()
36 ComponentProcessor.withTestPlugins(ViewModelValidationPlugin()), in <lambda>()
/external/dagger2/javatests/dagger/internal/codegen/goldens/
DMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_DEFAULT_MODE_mapkeys.MapModule_ClassKeyMapKey8 value = "dagger.internal.codegen.ComponentProcessor",
DMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_FAST_INIT_MODE_mapkeys.MapModule_ClassKeyMapKey8 value = "dagger.internal.codegen.ComponentProcessor",
DLazyClassKeyMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_DEFAULT_MODE_mapkeys.MapModule_ClassKeyMapKey9 value = "dagger.internal.codegen.ComponentProcessor",
DLazyClassKeyMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_FAST_INIT_MODE_mapkeys.MapModule_ClassKeyMapKey9 value = "dagger.internal.codegen.ComponentProcessor",
DMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_DEFAULT_MODE_mapkeys.MapModule_ComplexKeyWithInaccessibleAnnotationValueMapKey8 value = "dagger.internal.codegen.ComponentProcessor",
DLazyClassKeyMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_DEFAULT_MODE_mapkeys.MapModule_ComplexKeyWithInaccessibleAnnotationValueMapKey8 value = "dagger.internal.codegen.ComponentProcessor",
DMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_FAST_INIT_MODE_mapkeys.MapModule_ComplexKeyWithInaccessibleAnnotationValueMapKey8 value = "dagger.internal.codegen.ComponentProcessor",
DLazyClassKeyMapBindingComponentProcessorTest_mapBindingsWithInaccessibleKeys_FAST_INIT_MODE_mapkeys.MapModule_ComplexKeyWithInaccessibleAnnotationValueMapKey8 value = "dagger.internal.codegen.ComponentProcessor",
DComponentProcessorTest_unusedSubcomponents_dontResolveExtraBindingsInParentComponents_FAST_INIT_MODE_test.DaggerParent8 value = "dagger.internal.codegen.ComponentProcessor",
DComponentProcessorTest_transitiveModuleDeps_FAST_INIT_MODE_test.DaggerTestComponent8 value = "dagger.internal.codegen.ComponentProcessor",
DComponentProcessorTest_transitiveModuleDeps_DEFAULT_MODE_test.DaggerTestComponent8 value = "dagger.internal.codegen.ComponentProcessor",
DComponentProcessorTest_unusedSubcomponents_dontResolveExtraBindingsInParentComponents_DEFAULT_MODE_test.DaggerParent8 value = "dagger.internal.codegen.ComponentProcessor",
DComponentRequirementFieldTest_testBindsNullableInstance_FAST_INIT_MODE_test.DaggerTestComponent8 value = "dagger.internal.codegen.ComponentProcessor",
DComponentProcessorTest_publicComponentType_DEFAULT_MODE_test.DaggerPublicComponent8 value = "dagger.internal.codegen.ComponentProcessor",
DComponentRequirementFieldTest_testBindsNullableInstance_DEFAULT_MODE_test.DaggerTestComponent8 value = "dagger.internal.codegen.ComponentProcessor",
/external/dagger2/java/dagger/testing/compile/
DCompilerTests.java45 import dagger.internal.codegen.ComponentProcessor;
244 ComponentProcessor.withTestPlugins(bindingGraphPlugins()), in compile()
325 /* kaptProcessors= */ ImmutableList.of(new ComponentProcessor()), in compileWithKapt()

12345678910>>...15