Class PkgPrivateMetadata


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

      All Methods Static Methods Concrete Methods 
      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 Detail

      • PkgPrivateMetadata

        public PkgPrivateMetadata()
    • Method Detail

      • 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.