Uses of Class
dagger.hilt.processor.internal.aliasof.AliasOfPropagatedDataMetadata
Packages that use AliasOfPropagatedDataMetadata
-
Uses of AliasOfPropagatedDataMetadata in dagger.hilt.processor.internal.aliasof
Methods in dagger.hilt.processor.internal.aliasof that return types with arguments of type AliasOfPropagatedDataMetadataModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata>AliasOfPropagatedDataMetadata.from(androidx.room.compiler.processing.XProcessingEnv env) Returns metadata for all aggregated elements in the aggregating package.static com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata>AliasOfPropagatedDataMetadata.from(com.google.common.collect.ImmutableSet<androidx.room.compiler.processing.XTypeElement> aggregatedElements) Returns metadata for each aggregated element.Methods in dagger.hilt.processor.internal.aliasof with parameters of type AliasOfPropagatedDataMetadataModifier and TypeMethodDescriptionstatic dagger.hilt.processor.internal.root.ir.AliasOfPropagatedDataIrAliasOfPropagatedDataMetadata.toIr(AliasOfPropagatedDataMetadata metadata) Method parameters in dagger.hilt.processor.internal.aliasof with type arguments of type AliasOfPropagatedDataMetadataModifier and TypeMethodDescriptionstatic AliasOfsAliasOfs.create(com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata> metadatas, com.google.common.collect.ImmutableSet<ComponentDescriptor> componentDescriptors)