java.lang.Object
io.helidon.inject.api.InjectionServicesHolder
The holder for the globally active
InjectionServices
singleton instance, as well as its associated
Bootstrap
primordial configuration.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Helpful hint to give developers needing to see more debug info. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
addResettable
(Resettable instance) Register a resettable instance.protected static void
reset()
Resets the bootstrap state.
-
Field Details
-
DEBUG_HINT
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()Resets the bootstrap state. -
addResettable
Register a resettable instance. Whenreset()
is called, this instance is removed from the list.- Parameters:
instance
- resettable type that can be reset during testing
-
InjectionServices.injectionServices()
orInjectionServices.globalBootstrap()
.