Uses of Class
dagger.hilt.processor.internal.uninstallmodules.AggregatedUninstallModulesMetadata
-
Packages that use AggregatedUninstallModulesMetadata Package Description dagger.hilt.processor.internal.uninstallmodules -
-
Uses of AggregatedUninstallModulesMetadata in dagger.hilt.processor.internal.uninstallmodules
Methods in dagger.hilt.processor.internal.uninstallmodules that return types with arguments of type AggregatedUninstallModulesMetadata Modifier and Type Method Description static com.google.common.collect.ImmutableSet<AggregatedUninstallModulesMetadata>AggregatedUninstallModulesMetadata. from(androidx.room.compiler.processing.XProcessingEnv env)Returns metadata for all aggregated elements in the aggregating package.static com.google.common.collect.ImmutableSet<AggregatedUninstallModulesMetadata>AggregatedUninstallModulesMetadata. from(com.google.common.collect.ImmutableSet<androidx.room.compiler.processing.XTypeElement> aggregatedElements)Returns metadata for each aggregated element.Methods in dagger.hilt.processor.internal.uninstallmodules with parameters of type AggregatedUninstallModulesMetadata Modifier and Type Method Description static dagger.hilt.processor.internal.root.ir.AggregatedUninstallModulesIrAggregatedUninstallModulesMetadata. toIr(AggregatedUninstallModulesMetadata metadata)
-