类 ParamInitLifecycle

java.lang.Object
cn.iosd.base.param.init.ParamInitLifecycle
所有已实现的接口:
org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle

@Component public class ParamInitLifecycle extends Object implements org.springframework.context.SmartLifecycle
作者:
ok1996
  • 构造器详细资料

    • ParamInitLifecycle

      public ParamInitLifecycle()
  • 方法详细资料

    • start

      public void start()
      指定者:
      start 在接口中 org.springframework.context.Lifecycle
    • stop

      public void stop()
      指定者:
      stop 在接口中 org.springframework.context.Lifecycle
    • isRunning

      public boolean isRunning()
      指定者:
      isRunning 在接口中 org.springframework.context.Lifecycle
    • init

      public void init()
    • initVo

      public BaseParamSaveReqVo initVo(ParamInit init)
      将参数转换为BaseParamSaveReqVo对象的方法
      参数:
      init - 需要转换的参数
      返回:
      转换后的BaseParamSaveReqVo对象