Searched refs:nullableValidationType (Results 1 - 7 of 7) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DComponentGenerator.java44 private final Diagnostic.Kind nullableValidationType; field in class:ComponentGenerator
51 Diagnostic.Kind nullableValidationType) {
56 this.nullableValidationType = nullableValidationType;
124 types, elements, keyFactory, nullableValidationType, componentName, input)
46 ComponentGenerator( Filer filer, Elements elements, Types types, Key.Factory keyFactory, Diagnostic.Kind nullableValidationType) argument
H A DComponentWriter.java44 Kind nullableValidationType,
47 super(types, elements, keyFactory, nullableValidationType, name, graph);
40 ComponentWriter( Types types, Elements elements, Key.Factory keyFactory, Kind nullableValidationType, ClassName name, BindingGraph graph) argument
H A DFactoryGenerator.java75 private final Diagnostic.Kind nullableValidationType; field in class:FactoryGenerator
78 Diagnostic.Kind nullableValidationType) {
81 this.nullableValidationType = nullableValidationType;
246 || nullableValidationType.equals(Diagnostic.Kind.WARNING)) {
77 FactoryGenerator(Filer filer, DependencyRequestMapper dependencyRequestMapper, Diagnostic.Kind nullableValidationType) argument
H A DComponentProcessor.java80 nullableValidationType(processingEnv).diagnosticKind().get();
251 private static ValidationType nullableValidationType(ProcessingEnvironment processingEnv) { method in class:ComponentProcessor
H A DAbstractComponentWriter.java127 protected final Kind nullableValidationType; field in class:AbstractComponentWriter
159 Diagnostic.Kind nullableValidationType,
165 this.nullableValidationType = nullableValidationType;
920 || nullableValidationType.equals(Diagnostic.Kind.WARNING)
155 AbstractComponentWriter( Types types, Elements elements, Key.Factory keyFactory, Diagnostic.Kind nullableValidationType, ClassName name, BindingGraph graph) argument
H A DBindingGraphValidator.java113 private final Diagnostic.Kind nullableValidationType; field in class:BindingGraphValidator
123 Diagnostic.Kind nullableValidationType,
131 this.nullableValidationType = nullableValidationType;
362 nullableValidationType,
119 BindingGraphValidator( Types types, InjectBindingRegistry injectBindingRegistry, ValidationType scopeCycleValidationType, Diagnostic.Kind nullableValidationType, ContributionBindingFormatter contributionBindingFormatter, MethodSignatureFormatter methodSignatureFormatter, DependencyRequestFormatter dependencyRequestFormatter, KeyFormatter keyFormatter) argument
H A DSubcomponentWriter.java63 parent.nullableValidationType,

Completed in 88 milliseconds