-
- common Exception
- custom Exception
- 토큰 리졸버 및 보안 관련 로직 전체
- Interceptor
- LoggingFilter
- Servlet
- MapStruct vs ModelMapper
- Header작업
- 댓글 API
- 대댓글 API
-
Spring boot version: 2.5.1
modelmapper version: 2.4.4
I use this code to map my page to another page vo.
`modelMapper.map(page, new TypeToken(){}.getType())`
But it looks like it doesn't map a…
-
Hi! I have a compatibility issue when I upgrade modelmapper version to 2.3.5.
Caused by: java.lang.NoClassDefFoundError: org/modelmapper/builder/ConfigurableMapExpression
`typeMap.addMappings(ma…
-
## 개요
> 🙍🏻♂️로그인 및 전반적인 서비스 이용을 위한 회원DB 개발 및 연동
## 작업 내용
- [ ] 서비스 구현
## 메모
>
-
In one app, I have 360 mapped types. NH configuration was created as show under:
```
var map = new ModelMapper();
map.AddMappings(types);
var hbm = map.CompileMappingForAllExplicitlyAddedEntit…
-
We have a pretty complex class structure and try to convert from database entity classes to POJO data transfer objects (DTO) back and forth. We use ModelMapper and switched to using Strict matching a …
-
**### Is it possible to evaluate the property condition first and then call the getter on the source?**
We were trying to convert a JPA Entity with lazy relations to a DTO.But the ModelMapper is ca…
-
```
Converter descriptionConverter =
context -> context.getSource() == null ? null : mapDescription( context.getSource() );
modelMapper.addConverter( descriptionConverte…
-
modelmapper-2.4.0-sources.jar!/org/modelmapper/internal/MappingEngineImpl.java:334
`Constructor constructor = type.getDeclaredConstructor();`
Java adds a reference to a parent class, when having…
-
I do not know why properties of the subclasses are not mapped automatically. I prepared a small example https://github.com/ehmkah/modelmapper/tree/feature/feature/182/2/examples/src/main/java/org/mode…