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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Helpful hint to give developers needing to see more debug info. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidaddResettable(Resettable instance) Deprecated, for removal: This API element is subject to removal in a future version.Register a resettable instance.protected static voidreset()Deprecated, for removal: This API element is subject to removal in a future version.Resets the bootstrap state.
-
Field Details
-
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
-
InjectionServicesHolder
Deprecated.Default Constructor.
-
-
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
Deprecated, for removal: This API element is subject to removal in a future version.Register a resettable instance. Whenreset()is called, this instance is removed from the list.- Parameters:
instance- resettable type that can be reset during testing
-