类 ExtractBeanProcessor
- java.lang.Object
-
- com.gitee.starblues.bootstrap.processor.ExtractBeanProcessor
-
- 所有已实现的接口:
SpringPluginProcessor,com.gitee.starblues.utils.Order
public class ExtractBeanProcessor extends Object implements SpringPluginProcessor
Extract 扩展Bean注册处理者- 版本:
- 3.0.0
- 作者:
- starBlues
-
-
构造器概要
构造器 构造器 说明 ExtractBeanProcessor()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclose(ProcessorContext context)关闭容器时voidrefreshAfter(ProcessorContext context)刷新上下文后ProcessorContext.RunModerunMode()处理器运行模式-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 com.gitee.starblues.bootstrap.processor.SpringPluginProcessor
failure, initialize, order, refreshBefore
-
-
-
-
方法详细资料
-
refreshAfter
public void refreshAfter(ProcessorContext context) throws ProcessorException
从接口复制的说明:SpringPluginProcessor刷新上下文后- 指定者:
refreshAfter在接口中SpringPluginProcessor- 参数:
context- ProcessorContext- 抛出:
ProcessorException- 处理异常
-
close
public void close(ProcessorContext context) throws ProcessorException
从接口复制的说明:SpringPluginProcessor关闭容器时- 指定者:
close在接口中SpringPluginProcessor- 参数:
context- ProcessorContext- 抛出:
ProcessorException- 处理异常
-
runMode
public ProcessorContext.RunMode runMode()
从接口复制的说明:SpringPluginProcessor处理器运行模式- 指定者:
runMode在接口中SpringPluginProcessor- 返回:
- RunMode
-
-