Uses of Class
dagger.hilt.processor.internal.aliasof.AliasOfPropagatedDataMetadata
-
Packages that use AliasOfPropagatedDataMetadata Package Description dagger.hilt.processor.internal.aliasof -
-
Uses of AliasOfPropagatedDataMetadata in dagger.hilt.processor.internal.aliasof
Methods in dagger.hilt.processor.internal.aliasof that return types with arguments of type AliasOfPropagatedDataMetadata Modifier and Type Method Description static com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata>AliasOfPropagatedDataMetadata. from(com.google.common.collect.ImmutableSet<javax.lang.model.element.TypeElement> aggregatedElements, javax.lang.model.util.Elements elements)Returns metadata for each aggregated element.static com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata>AliasOfPropagatedDataMetadata. from(javax.lang.model.util.Elements elements)Returns metadata for all aggregated elements in the aggregating package.Methods in dagger.hilt.processor.internal.aliasof with parameters of type AliasOfPropagatedDataMetadata Modifier and Type Method Description static dagger.hilt.processor.internal.root.ir.AliasOfPropagatedDataIrAliasOfPropagatedDataMetadata. toIr(AliasOfPropagatedDataMetadata metadata)Method parameters in dagger.hilt.processor.internal.aliasof with type arguments of type AliasOfPropagatedDataMetadata Modifier and Type Method Description static AliasOfsAliasOfs. create(com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata> metadatas, com.google.common.collect.ImmutableSet<ComponentDescriptor> componentDescriptors)
-