MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
api
/
party.morino.mineauth.api.annotations
/
PathParam
Path
Param
@
Target
(
allowedTargets
=
[
AnnotationTarget.VALUE_PARAMETER
]
)
annotation class
PathParam
(
val
value
:
String
)
単一のパスパラメータを受け取るパラメータを定義するアノテーション 例: @GetMapping("/shops/{shopId}") の shopId を取得する場合
Members
Properties
value
Link copied to clipboard
val
value
:
String
取得するパラメータ名