| Package | Description |
|---|---|
| com.holonplatform.core | |
| com.holonplatform.core.examples | |
| com.holonplatform.core.internal |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ContextScope.get(String resourceKey,
Class<T> resourceType)
Try to obtain the resource identified by given
resourceKey and with expected
resourceType. |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ExampleContext.MyContextScope.get(String resourceKey,
Class<T> resourceType) |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ClassLoaderScope.get(String resourceKey,
Class<T> resourceType) |
<T> T |
ContextResourceMap.get(String key,
Class<T> type)
Get a value of given
type identified by given key. |
<T> Optional<T> |
ThreadScope.get(String resourceKey,
Class<T> resourceType) |
Copyright © 2019 The Holon Platform. All rights reserved.