public interface GlueBeanFactory
Modifier and Type | Method and Description |
---|---|
boolean |
containsBean(String key)
키 값에 해당하는 bean의 존재여부를 반환한다.
|
Object |
getBeanObject(String key)
키 값에 해당하는 Singleton 오브젝트를 얻는다.
|
<T> T |
getBeanObject(String key,
Class<T> requiredType)
키 값에 해당하는 Singleton 오브젝트를 얻는다.
|
boolean containsBean(String key)
key
- Object getBeanObject(String key)
key
- Singleton 오브젝트를 구별할 수 있는 유일한 키Copyright © 2013–2021 POSCO ICT. All rights reserved.