Class IDEServicesProcessor


  • public class IDEServicesProcessor
    extends Object
    • Constructor Detail

      • IDEServicesProcessor

        public IDEServicesProcessor()
    • Method Detail

      • staticContentHandler

        public void staticContentHandler​(IDEServicesBuildItem buildItem,
                                         IDEServicesRecorder recorder,
                                         io.quarkus.vertx.http.deployment.HttpRootPathBuildItem httpRoot,
                                         io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.RouteBuildItem> routes,
                                         io.quarkus.vertx.http.deployment.BodyHandlerBuildItem body,
                                         IDEServicesConfig config)
                                  throws Exception
        Throws:
        Exception
      • reflection

        public io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem reflection()
      • frontendBeans

        public void frontendBeans​(IDEServicesRecorder recorder,
                                  io.quarkus.deployment.annotations.BuildProducer<IDEServicesBuildItem> buildProducer,
                                  io.quarkus.vertx.http.deployment.HttpRootPathBuildItem httpRootPathBuildItem,
                                  io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.devmode.NotFoundPageDisplayableEndpointBuildItem> displayableEndpoints)
                           throws Exception
        Throws:
        Exception