PathParam

annotation class PathParam(val value: String)

単一のパスパラメータを受け取るパラメータを定義するアノテーション 例: @GetMapping("/shops/{shopId}") の shopId を取得する場合

Properties

Link copied to clipboard

取得するパラメータ名