Open jxmen opened 4 months ago
kotlin infix function을 활용해 반복되는 코드를 줄일 수 있을 것으로 보임.
fieldWithPath("data[].id").description("식별자"),
data[].id typeOf Int means "식별자"
토스에서는 관련 라이브러리도 있는 듯 하다.
https://toss.tech/article/21011
kotlin infix function을 활용해 반복되는 코드를 줄일 수 있을 것으로 보임.
As Is
To Be
See Also