Uses of Class
dagger.hilt.EntryPoint
-
Packages that use EntryPoint Package Description dagger.hilt.android.flags Runtime flags to control Hilt behavior for rollout of changes.dagger.hilt.android.internal.lifecycle dagger.hilt.android.internal.managers -
-
Uses of EntryPoint in dagger.hilt.android.flags
Classes in dagger.hilt.android.flags with annotations of type EntryPoint Modifier and Type Interface Description static interfaceFragmentGetContextFix.FragmentGetContextFixEntryPointEntry point for getting the flag. -
Uses of EntryPoint in dagger.hilt.android.internal.lifecycle
Classes in dagger.hilt.android.internal.lifecycle with annotations of type EntryPoint Modifier and Type Interface Description static interfaceDefaultViewModelFactories.ActivityEntryPointThe activity entry point to retrieve the factory.static interfaceDefaultViewModelFactories.FragmentEntryPointThe fragment entry point to retrieve the factory.static interfaceHiltViewModelFactory.ViewModelFactoriesEntryPointHilt entry point for getting the multi-binding map of ViewModels. -
Uses of EntryPoint in dagger.hilt.android.internal.managers
Classes in dagger.hilt.android.internal.managers with annotations of type EntryPoint Modifier and Type Interface Description static interfaceActivityComponentManager.ActivityComponentBuilderEntryPointEntrypoint forActivityComponentBuilder.static interfaceFragmentComponentManager.FragmentComponentBuilderEntryPointEntrypoint forFragmentComponentBuilder.static interfaceServiceComponentManager.ServiceComponentBuilderEntryPointEntrypoint forServiceComponentBuilder.static interfaceViewComponentManager.ViewComponentBuilderEntryPointEntrypoint forViewComponentBuilder.static interfaceViewComponentManager.ViewWithFragmentComponentBuilderEntryPointEntrypoint forViewWithFragmentComponentBuilder.
-