Package | Description |
---|---|
com.artemis |
Core Artemis classes.
|
com.artemis.injection |
Modifier and Type | Field and Description |
---|---|
protected Injector |
WorldConfiguration.injector |
Modifier and Type | Method and Description |
---|---|
Injector |
World.getInjector() |
Modifier and Type | Method and Description |
---|---|
WorldConfiguration |
WorldConfiguration.setInjector(Injector injector)
Set Injector to handle all dependency injections.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedInjector
|
Modifier and Type | Method and Description |
---|---|
Injector |
Injector.setFieldHandler(FieldHandler fieldHandler)
Enables the injector to be configured with a custom
FieldHandler which will
be used to resolve instance values for target-fields. |
Injector |
CachedInjector.setFieldHandler(FieldHandler fieldHandler) |
Copyright © 2019. All rights reserved.