Package io.quarkus.devui.deployment.menu
Class EndpointsProcessor
- java.lang.Object
-
- io.quarkus.devui.deployment.menu.EndpointsProcessor
-
public class EndpointsProcessor extends Object
This creates Endpoints Page
-
-
Constructor Summary
Constructors Constructor Description EndpointsProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidaddEndpointInfos(List<NotFoundPageDisplayableEndpointBuildItem> displayableEndpoints, DevUIRecorder recorder, HttpRootPathBuildItem httpRoot)(package private) InternalPageBuildItemcreateEndpointsPage(NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem)
-
-
-
Method Detail
-
addEndpointInfos
void addEndpointInfos(List<NotFoundPageDisplayableEndpointBuildItem> displayableEndpoints, DevUIRecorder recorder, HttpRootPathBuildItem httpRoot)
-
createEndpointsPage
InternalPageBuildItem createEndpointsPage(NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem)
-
-