类 FactoryBeanCreateStrategy
- java.lang.Object
-
- xyz.xiezc.ioc.common.create.impl.FactoryBeanCreateStrategy
-
- 所有已实现的接口:
BeanCreateStrategy
public class FactoryBeanCreateStrategy extends Object implements BeanCreateStrategy
-
-
构造器概要
构造器 构造器 说明 FactoryBeanCreateStrategy()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidcreateBean(BeanDefinition beanDefinition)BeanTypeEnumgetBeanTypeEnum()voidsetApplicationContext(ApplicationContextUtil applicationContext)
-
-
-
方法详细资料
-
createBean
public void createBean(BeanDefinition beanDefinition)
- 指定者:
createBean在接口中BeanCreateStrategy
-
getBeanTypeEnum
public BeanTypeEnum getBeanTypeEnum()
- 指定者:
getBeanTypeEnum在接口中BeanCreateStrategy
-
setApplicationContext
public void setApplicationContext(ApplicationContextUtil applicationContext)
- 指定者:
setApplicationContext在接口中BeanCreateStrategy
-
-