easy-mapper
                                
                                
                                
                                    easy-mapper copied to clipboard
                            
                            
                            
                        Easy-mapper is a simple, light-weighted, high performance java bean mapping framework
Class A 和 Class B extend A的两个对象之间进行映射,好像不能直接用。this should not happen, probably the framework could not handle mapping correctly based on your bean 但我又不能直接写一个AtoBMapping的接口,因为Class B是javassist动态生成的类。
支持表达式?
你好,非常感谢这个项目,想问下是否考虑后期支持属性的表达式计算。例如:我vo里面的自断是po里面的多个自断拼接的结果。能否提供表达式?
RT, 测试好像没效果, 文档也没提啊
RT, 如果是就太过分了吧...
I found it seem to be unable to do this ,and I thought it might be useful.Would you like to support this feature ?
目前对于属性是对象的情况如果找不到对应的Mapper则直接报错,需要手工在外层增加对应类型的Mapper注册,这边在核心逻辑处提供一个默认的注册,如果找不到Mapper则自动进行对应类型的Mapper注册,省去很多业务层的手工注册代码。