feat: 직접 작성한 DTO #220

Merged
Hide_D merged 1 commits from DTO into devel 2022-05-22 16:59:09 +09:00
Owner
  • 상호 변환을 보장하기 위해 직접 작성한 DTO
  • DTO abstract 기반
  • Enum 지원
  • array는 list(vector) 혹은 dictionary(map)을 강제
    • 아이템 타입 강제 필요
  • Attribute 기반 변환 제공
    • Convert - 객체 변환용
    • NullIsUndefined - null 타입인 경우 toArray에 key 제거
    • JsonString - Json 변환을 위한 지시어
- 상호 변환을 보장하기 위해 직접 작성한 DTO - DTO abstract 기반 - Enum 지원 - array는 list(vector) 혹은 dictionary(map)을 강제 - 아이템 타입 강제 필요 - Attribute 기반 변환 제공 - Convert - 객체 변환용 - NullIsUndefined - null 타입인 경우 toArray에 key 제거 - JsonString - Json 변환을 위한 지시어
Hide_D added 1 commit 2022-05-22 16:59:00 +09:00
Hide_D merged commit 43a5162a15 into devel 2022-05-22 16:59:09 +09:00
Hide_D deleted branch DTO 2022-05-22 16:59:19 +09:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: devsam/core#220