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 오브젝트를 얻는다.
|
Copyright © 2013–2019 POSCO ICT. All rights reserved.