Class PkgPrivateMetadata

java.lang.Object
dagger.hilt.processor.internal.aggregateddeps.PkgPrivateMetadata

public abstract class PkgPrivateMetadata extends Object
PkgPrivateModuleMetadata contains a set of utilities for processing package private modules.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.