avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset
/
io.github.lishangbu.avalon.dataset.controller
/
CreatureShapeController
/
listCreatureShapes
list
Creature
Shapes
@
GetMapping
(
value
=
[
"/list"
]
)
fun
listCreatureShapes
(
@
ModelAttribute
specification
:
CreatureShapeSpecification
)
:
List
<
CreatureShapeView
>