Class PkgPrivateMetadata
- java.lang.Object
-
- dagger.hilt.processor.internal.aggregateddeps.PkgPrivateMetadata
-
public abstract class PkgPrivateMetadata extends java.lang.ObjectPkgPrivateModuleMetadata contains a set of utilities for processing package private modules.
-
-
Constructor Summary
Constructors Constructor Description PkgPrivateMetadata()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.lang.model.element.TypeElementpublicEarlyEntryPoint(javax.lang.model.element.TypeElement element, javax.lang.model.util.Elements elements)Returns the public Hilt wrapped type or the type itself if it is already public.static javax.lang.model.element.TypeElementpublicEntryPoint(javax.lang.model.element.TypeElement element, javax.lang.model.util.Elements elements)Returns the public Hilt wrapped type or the type itself if it is already public.static javax.lang.model.element.TypeElementpublicModule(javax.lang.model.element.TypeElement element, javax.lang.model.util.Elements elements)Returns the public Hilt wrapped type or the type itself if it is already public.
-
-
-
Method Detail
-
publicModule
public static javax.lang.model.element.TypeElement publicModule(javax.lang.model.element.TypeElement element, javax.lang.model.util.Elements elements)Returns the public Hilt wrapped type or the type itself if it is already public.
-
publicEarlyEntryPoint
public static javax.lang.model.element.TypeElement publicEarlyEntryPoint(javax.lang.model.element.TypeElement element, javax.lang.model.util.Elements elements)Returns the public Hilt wrapped type or the type itself if it is already public.
-
publicEntryPoint
public static javax.lang.model.element.TypeElement publicEntryPoint(javax.lang.model.element.TypeElement element, javax.lang.model.util.Elements elements)Returns the public Hilt wrapped type or the type itself if it is already public.
-
-