-
+ ModelMapper의 경우 런타임 시 성능저하가 치명적이다.
모델매퍼를 사용하는 로직은 컴파일 시점에서 처리되는 MapStruct로 교체할 예정
-
Does ModelMapper support GraalVM Native Image building? If not, can you please share the plan as when it would? Thanks
Have tried to build a native image using latest Graal and Spring Boot, running…
-
I need OffsetDateTime -> Long conversion, but it doesn't actually seem to be supported:
org.modelmapper.MappingException: ModelMapper mapping errors:
1) Converter org.modelmapper.module.jsr310…
jamo3 updated
3 years ago
-
### Expected Behavior
Using Informer to fetch Custom Resources has limitations.
When naming classes that will represent Custom Resource, one must prepend them with the version number.
This is a nic…
-
I have two objects, an RO and a DTO, and I am mapping from the RO to the DTO with ModelMapper.
The RO has a field called driverPaymentAccountId.
The DTO has a field called driverPaymentAccountId and…
-
For now, a single `ModelMapper` instance is being returned from `DTOEntitiesMappings` class, which performs configuration loading by adding mappings from the defined `PropertyMap`s list in the class.
…
-
Mapping worked fine with 2.3.9, but with changes in 2.4.0 it fails. Stacktrace below is for current master version.
```
org.modelmapper.MappingException: ModelMapper mapping errors:
1) Converte…
-
```
Exception in thread "main" java.lang.IllegalArgumentException: javax.xml.bind.JAXBException
- with linked exception:
[Exception [EclipseLink-50055] (Eclipse Persistence Services - 2.7.3.v20180…
-
I've posted this in the response to a previous issue on JDK16, but have not seen any response. Everything else equal on my end, I am having issues as described below. I am wondering if I am missing so…
-
Basically can't use custom mappings on Android:
Caused by: org.modelmapper.ConfigurationException: ModelMapper configuration errors:
1) An error occured while building mappings
1 error
…
kbagi updated
4 years ago