Package tech.yanand.flyingmybatis
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
AutoMapperProcessor
public AutoMapperProcessor()
-
-
Method Details
-
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-