Slide 27
Slide 27 text
Articleͷఆٛ ͦͷ5
constructor(!
@JsonProperty(“id") id: Long,!
@JsonProperty(“title") title: String,!
@JsonProperty(“deletedAt") deletedAt: Date? = null,!
@JsonProperty(“userId") userId: Long,!
@JsonProperty(“userName") userName: String,!
@JsonProperty(“payingUser") payingUser: Boolean = false!
): this(!
id = id,!
title = title,!
deletedAt = deletedAt,!
author = User(userId, userName, payingUser)!
)