Class DependencyInjectionPart

java.lang.Object
com.iohao.net.framework.core.DependencyInjectionPart

public final class DependencyInjectionPart extends Object
Part for Dependency Injection, often used for integrating third-party frameworks
Author:
渔民小镇
date:
2022-10-25
  • Method Details

    • 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()