#
bean-mapping
Here are 6 public repositories matching this topic...
基于注解实现并行地依赖注入(数据聚合),可以看做 Spring Async 注解的升级版
-
Updated
Aug 2, 2021 - Java
基于编译时注解完成的对象之间的转换,BeanMapper可以比较容易的进行自定义
-
Updated
Nov 6, 2020 - Java
Testing and benchmarking for ProjectMapK deliverables.
-
Updated
Jan 31, 2021 - Kotlin
Declarative Data Transfer Objects Composition and Extraction
-
Updated
Dec 10, 2021 - Java
Example code for blog post Bean Mapping: Alternatives to ModelMapper
-
Updated
Jan 19, 2019 - Java
Improve this page
Add a description, image, and links to the bean-mapping topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bean-mapping topic, visit your repo's landing page and select "manage topics."
Would it be possible to enable dynamic discovery of the mapper classes used in a generated code according to the source and target class through the package annotation configuration like:
@Mapper (usesPackage = {"org.company.componenent.mappers"})