Class PkgPrivateMetadata
java.lang.Object
dagger.hilt.processor.internal.aggregateddeps.PkgPrivateMetadata
PkgPrivateModuleMetadata contains a set of utilities for processing package private modules.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic androidx.room.compiler.processing.XTypeElementpublicEarlyEntryPoint(androidx.room.compiler.processing.XTypeElement element) Returns the public Hilt wrapped type or the type itself if it is already public.static androidx.room.compiler.processing.XTypeElementpublicEntryPoint(androidx.room.compiler.processing.XTypeElement element) Returns the public Hilt wrapped type or the type itself if it is already public.static androidx.room.compiler.processing.XTypeElementpublicModule(androidx.room.compiler.processing.XTypeElement element) Returns the public Hilt wrapped type or the type itself if it is already public.
-
Constructor Details
-
PkgPrivateMetadata
public PkgPrivateMetadata()
-
-
Method Details
-
publicModule
public static androidx.room.compiler.processing.XTypeElement publicModule(androidx.room.compiler.processing.XTypeElement element) Returns the public Hilt wrapped type or the type itself if it is already public. -
publicEntryPoint
public static androidx.room.compiler.processing.XTypeElement publicEntryPoint(androidx.room.compiler.processing.XTypeElement element) Returns the public Hilt wrapped type or the type itself if it is already public. -
publicEarlyEntryPoint
public static androidx.room.compiler.processing.XTypeElement publicEarlyEntryPoint(androidx.room.compiler.processing.XTypeElement element) Returns the public Hilt wrapped type or the type itself if it is already public.
-