Module aermicioi.aedi.configurer.register.context

Functions

NameDescription
along(registrationContext, storage)Use locator or storage as basis for registering components.
along(registrationContext, storage)Use locator or storage as basis for registering components.
configure(storage, locator)Start registering components using a storage and a locator.
configure(container)Start registering components using a container.
configure(locator, storage)Start registering components using a storage and a locator.
configure(storage)Start registering instantiated components into a value container.
withRegistrationInfo(context)Adds registration location information in component's factory for easier debugging.

Structs

NameDescription
RegistrationContextA component registration interface for storage.
RegistrationInfoTaggedRegistrationContextAdds registration location information in component's factory for easier debugging.
ValueRegistrationContextA registration interface for components already created.