Class InjectionServicesHolder

java.lang.Object
io.helidon.inject.api.InjectionServicesHolder

@Deprecated(forRemoval=true, since="4.0.8") public abstract class InjectionServicesHolder extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Helidon inject is deprecated and will be replaced in a future version
The holder for the globally active InjectionServices singleton instance, as well as its associated Bootstrap primordial configuration.
  • Field Details

    • DEBUG_HINT

      public static final String DEBUG_HINT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Helpful hint to give developers needing to see more debug info.
      See Also:
  • Constructor Details

  • Method Details

    • reset

      protected static void reset()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Resets the bootstrap state.
    • addResettable

      protected static void addResettable(Resettable instance)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Register a resettable instance. When reset() is called, this instance is removed from the list.
      Parameters:
      instance - resettable type that can be reset during testing