| Package | Description |
|---|---|
| io.ultreia.java4all.application.context | |
| io.ultreia.java4all.application.context.spi |
| Constructor | Description |
|---|---|
ApplicationComponent(String name,
Class<O> componentType,
boolean requireNotNull,
ApplicationComponentInstantiateStrategy instantiateStrategy,
Class<?>[] hints,
Class<?>[] dependencies) |
|
ApplicationComponent(String name,
Class<O> componentType,
boolean requireNotNull,
ApplicationComponentInstantiateStrategy instantiateStrategy,
Class<?>[] hints,
Class<?>[] dependencies,
ApplicationComponentValueSupplier<O> supplier) |
| Modifier and Type | Method | Description |
|---|---|---|
ApplicationComponentInstantiateStrategy |
instantiateStrategy() |
|
static ApplicationComponentInstantiateStrategy |
ApplicationComponentInstantiateStrategy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ApplicationComponentInstantiateStrategy[] |
ApplicationComponentInstantiateStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019–2020 Ultreia.io. All rights reserved.