Skip to content

Commit

Permalink
test: #30 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Oct 16, 2023
1 parent 8d213b1 commit dc0b1fa
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,8 @@ public final class DtoMapper {
* 중첨 클래스 내에서 직렬화를 원치 않는 필드는 @JsonIgnore 어노테이션을 선언해야 한다. (혹은 getter 메서드를 선언하지 않으면 된다.)
* @param data Object : @Dto 타입 객체
* @return Map<String, Object>
*
* @todo 10/14/2023 Pageable 객체 처리
* @body Pageable 객체를 JSend 형식의 Map으로 변환할 수 있도록 처리한다. (PageDto를 상속받아서 사용)
*/
// TODO(YANG JAESEO) : 2021/10/14 Pageable 객체 처리
// Pageable 객체를 JSend 형식의 Map으로 변환할 수 있도록 처리한다. (PageDto를 상속받아서 사용)
// labels: enhancement

public <T> Map<String, Object> from(T data) {
// 1. data의 클래스를 가져온다.
Class<?> type = data.getClass();
Expand Down

0 comments on commit dc0b1fa

Please sign in to comment.