강의

멘토링

커뮤니티

Inflearn Community Q&A

junkuill6790's profile image
junkuill6790

asked

Spring Boot Web MVC developed with Kotlin

PUT and ObjectMapper

16:35초 지점에서 userRequest를 Array<UserRequest>가 아닌 List<UserRequest>로 하는 이유가 무엇인가요?

Written on

·

262

0

일단 JSON 데이터는 배열로 오는 것을 가정한다면,

Array가 아닌  List<>로 받는 이유는 무엇인가요?

spring-bootJUnitMVCrest-api

Answer

This question is waiting for answers
Be the first to answer!
junkuill6790's profile image
junkuill6790

asked

Ask a question