neoReMinD
neoReMinD
可以先确认去掉FluentValidate注解后,hibernate生效吗?怀疑是hibernate未生效导致的。
Sorry, I am a little busy recently, can you make sure which strategy is enabled? if failfast is enabled, only first error will be returned.
I will look into this issue.
可以通过custom的方法自行补充吧?或者举一个设想的API上面的例子?我可以参考下。谢谢。
目前这种需求只能通过`customMapping`方法类满足了。 ``` PersonDto6 dto = new PersonDto6(); MapperFactory.getCopyByRefMapper().mapClass(Person6.class, PersonDto6.class) .customMapping((a, b) -> b.setLastName(a.getLastName().toUpperCase())) .register() .map(p, dto); ```
谢谢推荐,我后续关注下。
I would be happy to do that. I will add this feature to the TODO list and update the library in future. Because I am busy working lately, I probably...
1. 可以设置failfast(false) 2. 可以的,通过AOP的方式会自动把hibernate valiadator带上 3. 这个目前还需要区分,除非使用API的方式区分group,不过会略嫌麻烦
能否详细说下吗?Map属于集合框架,深拷贝的话目前是不支持的。
类型解析错误,是把GenericResult当做rpc返回对象的属性了吗?