public class SpringComponentContainer extends Object implements net.stickycode.bootstrap.ComponentContainer
| Constructor and Description |
|---|
SpringComponentContainer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFind(Class<?> type) |
<T> T |
find(Class<T> type) |
void |
inject(Object value) |
public void inject(Object value)
inject in interface net.stickycode.bootstrap.ComponentContainerpublic <T> T find(Class<T> type)
find in interface net.stickycode.bootstrap.ComponentContainerpublic boolean canFind(Class<?> type)
canFind in interface net.stickycode.bootstrap.ComponentContainerCopyright © 2012–2017 RedEngine Ltd. All rights reserved.