Package dagger.hilt.processor.internal
Class Components
java.lang.Object
dagger.hilt.processor.internal.Components
Helper methods for defining components and the component hierarchy.
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName>getComponents(androidx.room.compiler.processing.XElement element) Returns thedagger.hilt.InstallIncomponents for a given element.static com.squareup.javapoet.AnnotationSpecgetInstallInAnnotationSpec(com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> components)
-
Method Details
-
getComponents
public static com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> getComponents(androidx.room.compiler.processing.XElement element) Returns thedagger.hilt.InstallIncomponents for a given element. -
getInstallInAnnotationSpec
public static com.squareup.javapoet.AnnotationSpec getInstallInAnnotationSpec(com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> components)
-