ValueInjector.get

Get a value from the injector by key.

The key can have any format. Generally you are encouraged to accept a dot separated path, for example: server.http.port

interface ValueInjector(Type)
Type
get
(
string key
)

Throws

ValueNotAvailableException when the value for the given key is not available for any reason

Meta