Class AliasOfs
java.lang.Object
dagger.hilt.processor.internal.aliasof.AliasOfs
Extracts a multimap of aliases annotated with
dagger.hilt.migration.AliasOf mapping them
to scopes they are alias of.-
Method Summary
Modifier and TypeMethodDescriptionstatic AliasOfscreate(com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata> metadatas, com.google.common.collect.ImmutableSet<ComponentDescriptor> componentDescriptors) com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName>getAliasesFor(com.squareup.javapoet.ClassName defineComponentScope)
-
Method Details
-
create
public static AliasOfs create(com.google.common.collect.ImmutableSet<AliasOfPropagatedDataMetadata> metadatas, com.google.common.collect.ImmutableSet<ComponentDescriptor> componentDescriptors) -
getAliasesFor
public com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> getAliasesFor(com.squareup.javapoet.ClassName defineComponentScope)
-