Uses of Class
dagger.hilt.processor.internal.ComponentNames
-
Packages that use ComponentNames Package Description dagger.hilt.processor.internal dagger.hilt.processor.internal.root -
-
Uses of ComponentNames in dagger.hilt.processor.internal
Methods in dagger.hilt.processor.internal that return ComponentNames Modifier and Type Method Description static ComponentNamesComponentNames. withoutRenaming()Returns an instance ofComponentNamesthat will base all component names off of the given root.static ComponentNamesComponentNames. withRenaming(java.util.function.Function<com.squareup.javapoet.ClassName,com.squareup.javapoet.ClassName> rootRenamer)Returns an instance ofComponentNamesthat will base all component names off of the given root after mapping it withrootRenamer. -
Uses of ComponentNames in dagger.hilt.processor.internal.root
Constructors in dagger.hilt.processor.internal.root with parameters of type ComponentNames Constructor Description TestComponentDataGenerator(androidx.room.compiler.processing.XProcessingEnv processingEnv, androidx.room.compiler.processing.XTypeElement originatingElement, RootMetadata rootMetadata, ComponentNames componentNames)
-