io.github.makingthematrix.inject
Members list
Type members
Classlikes
Here you can set the default module after you created it, and later inject dependencies from it.
Here you can set the default module after you created it, and later inject dependencies from it.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Inject.type
Enables injecting dependencies with binding in the specified module or the default module if no other is specified.
Enables injecting dependencies with binding in the specified module or the default module if no other is specified.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
An extendable class used to create a list of bindings.
An extendable class used to create a list of bindings.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
An exception thrown by inject
methods if no binding for the given type can be found.
An exception thrown by inject
methods if no binding for the given type can be found.
Value parameters
- module
-
The specified module
- typeName
-
The name of the type for which there was no binding found
Attributes
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all