Class AutoMapperProcessor

java.lang.Object
tech.yanand.flyingmybatis.AutoMapperProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor

public class AutoMapperProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Process the mapping between the primary key and the entity field
  • Constructor Details

    • AutoMapperProcessor

      public AutoMapperProcessor()
  • Method Details

    • postProcessAfterInitialization

      public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
      Specified by:
      postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessor
      Throws:
      org.springframework.beans.BeansException