toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service.administration
/
ComponentIntrospectionService
/
fetchComponent
fetch
Component
@
GetMapping
(
value
=
[
"component/{component}"
]
)
@
ResponseBody
abstract
fun
fetchComponent
(
@
PathVariable
(
value
=
"component"
)
component
:
String
)
:
ComponentDTO