customers.stream().map(customer-> new CustomerDetailResponse(customer)).collect(Collectors.toList());
참고: https://codechacha.com/ko/java8-convert-stream-to-list/