Home
last modified time | relevance | path

Searched refs:MoreAnnotationValues (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/
DModuleAnnotation.java23 import static dagger.internal.codegen.MoreAnnotationValues.asAnnotationValues;
71 .map(MoreAnnotationValues::asType) in includes()
90 .map(MoreAnnotationValues::asType) in subcomponents()
DMoreAnnotationMirrors.java21 import static dagger.internal.codegen.MoreAnnotationValues.asAnnotationValues;
70 .map(MoreAnnotationValues::asType) in getTypeListValue()
DMoreAnnotationValues.java27 final class MoreAnnotationValues { class
74 private MoreAnnotationValues() {} in MoreAnnotationValues() method in MoreAnnotationValues
DComponentAnnotation.java23 import static dagger.internal.codegen.MoreAnnotationValues.asAnnotationValues;
96 return dependencyValues().stream().map(MoreAnnotationValues::asType).collect(toImmutableList()); in dependencyTypes()
113 return moduleValues().stream().map(MoreAnnotationValues::asType).collect(toImmutableList()); in moduleTypes()
DDeserializedComponentImplementationBuilder.java26 import static dagger.internal.codegen.MoreAnnotationValues.asAnnotationValues;
DBUILD104 "MoreAnnotationValues.java",
DModuleValidator.java33 import static dagger.internal.codegen.MoreAnnotationValues.asType;