Uses of Class
dagger.hilt.processor.internal.ComponentNames
Packages that use ComponentNames
-
Uses of ComponentNames in dagger.hilt.processor.internal
Methods in dagger.hilt.processor.internal that return ComponentNamesModifier and TypeMethodDescriptionstatic ComponentNamesComponentNames.withoutRenaming()Returns an instance ofComponentNamesthat will base all component names off of the given root.static ComponentNamesComponentNames.withRenaming(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 ComponentNamesModifierConstructorDescriptionTestComponentDataGenerator(androidx.room.compiler.processing.XProcessingEnv processingEnv, androidx.room.compiler.processing.XTypeElement originatingElement, RootMetadata rootMetadata, ComponentNames componentNames)