类 DependencyInjectionPart

java.lang.Object
com.iohao.game.action.skeleton.core.DependencyInjectionPart

public final class DependencyInjectionPart extends Object
依赖注入的部分
     通常用于集成到第三方框架,如:
     spring
 
作者:
渔民小镇
日期:
2022-10-25
  • 方法详细资料

    • deliveryContainer

      public boolean deliveryContainer(Class<?> controllerClazz)
    • getBean

      public <T> T getBean(ActionCommand actionCommand)
    • getBean

      public <T> T getBean(Class<?> actionControllerClazz)
    • me

      public static DependencyInjectionPart me()