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
/
EvolutionChainController
/
getEvolutionChainPage
get
Evolution
Chain
Page
@
GetMapping
(
value
=
[
"/page"
]
)
fun
getEvolutionChainPage
(
pageable
:
Pageable
,
@
ModelAttribute
specification
:
EvolutionChainSpecification
)
:
Page
<
EvolutionChainView
>