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
/
EggGroupController
/
listEggGroups
list
Egg
Groups
@
GetMapping
(
value
=
[
"/list"
]
)
fun
listEggGroups
(
@
ModelAttribute
specification
:
EggGroupSpecification
)
:
List
<
EggGroupView
>