| Constructor and Description |
|---|
SpringContainer(org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object key) |
<T> Option<T> |
getBean(Class<T> type) |
<T> Option<T> |
getBean(Object key) |
<T> Option<T> |
getBean(Object key,
Class<T> type) |
<T> Map<?,T> |
getBeans(Class<T> type) |
org.springframework.context.ApplicationContext |
getContext() |
Option<Class<?>> |
getType(Object key) |
Set<?> |
keys() |
Copyright © 2005–2019 The Beangle Software. All rights reserved.