1. 별다른 설정이 없으면 setter가 없으면 source에서 destination 으로 값이 바뀌질 않는다.
2. ddd에선 setter를 권장하지 않는다.
3. 이럴경우 configuration 에서 fieldaccesslevel을 필드의 레벨로 정해주고
4. fieldmatchingenabled를 true로 주면 끝.
1. 별다른 설정이 없으면 setter가 없으면 source에서 destination 으로 값이 바뀌질 않는다.
2. ddd에선 setter를 권장하지 않는다.
3. 이럴경우 configuration 에서 fieldaccesslevel을 필드의 레벨로 정해주고
4. fieldmatchingenabled를 true로 주면 끝.