Uses of Enum Class
dagger.hilt.android.processor.internal.androidentrypoint.AndroidEntryPointMetadata.AndroidType
Packages that use AndroidEntryPointMetadata.AndroidType
-
Uses of AndroidEntryPointMetadata.AndroidType in dagger.hilt.android.processor.internal.androidentrypoint
Methods in dagger.hilt.android.processor.internal.androidentrypoint that return AndroidEntryPointMetadata.AndroidTypeModifier and TypeMethodDescriptionAndroidEntryPointMetadata.androidType()Returns theAndroidEntryPointMetadata.AndroidTypefor the annotated element.Returns the enum constant of this class with the specified name.AndroidEntryPointMetadata.AndroidType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dagger.hilt.android.processor.internal.androidentrypoint with parameters of type AndroidEntryPointMetadata.AndroidTypeModifier and TypeMethodDescriptionstatic AndroidEntryPointMetadataAndroidEntryPointMetadata.manuallyConstruct(androidx.room.compiler.processing.XTypeElement element, androidx.room.compiler.processing.XTypeElement baseElement, com.squareup.javapoet.ClassName generatedClassName, boolean requiresBytecodeInjection, AndroidEntryPointMetadata.AndroidType androidType, Optional<AndroidEntryPointMetadata> baseMetadata, com.google.common.collect.ImmutableSet<com.squareup.javapoet.ClassName> installInComponents, com.squareup.javapoet.TypeName componentManager, Optional<com.squareup.javapoet.CodeBlock> componentManagerInitArgs)