Class MybatisPlusJoinAutoConfiguration.MPJSpringContext

java.lang.Object
com.github.yulichang.autoconfigure.MybatisPlusJoinAutoConfiguration.MPJSpringContext
All Implemented Interfaces:
com.github.yulichang.toolkit.SpringContentUtils.SpringContext, org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware
Enclosing class:
MybatisPlusJoinAutoConfiguration

@Configuration @ConditionalOnClass({org.apache.ibatis.session.SqlSessionFactory.class,org.mybatis.spring.SqlSessionFactoryBean.class}) public static class MybatisPlusJoinAutoConfiguration.MPJSpringContext extends Object implements com.github.yulichang.toolkit.SpringContentUtils.SpringContext, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware
  • Constructor Details

    • MPJSpringContext

      public MPJSpringContext()
  • Method Details

    • getBean

      public <T> T getBean(Class<T> clazz)
      Specified by:
      getBean in interface com.github.yulichang.toolkit.SpringContentUtils.SpringContext
    • getBeansOfType

      public <T> void getBeansOfType(Class<T> clazz)
      Specified by:
      getBeansOfType in interface com.github.yulichang.toolkit.SpringContentUtils.SpringContext
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      Specified by:
      postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
      Throws:
      org.springframework.beans.BeansException