Uses of Class
io.resys.hdes.quarkus.composer.pg.deployment.ComposerBuildItem

  • Uses of ComposerBuildItem in io.resys.hdes.quarkus.composer.pg.deployment

    Methods in io.resys.hdes.quarkus.composer.pg.deployment with parameters of type ComposerBuildItem
    Modifier and Type Method Description
    void ComposerProcessor.frontendBuildItem​(ComposerBuildItem composerBuildItem, io.quarkus.deployment.annotations.BuildProducer<ComposerFrontendBuildItem> buildProducer, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.GeneratedResourceBuildItem> generatedResources, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.NativeImageResourceBuildItem> nativeImage, io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem nonApplicationRootPathBuildItem, io.quarkus.deployment.pkg.builditem.CurateOutcomeBuildItem curateOutcomeBuildItem, io.quarkus.deployment.builditem.LiveReloadBuildItem liveReloadBuildItem, io.quarkus.vertx.http.deployment.HttpRootPathBuildItem httpRootPathBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.devmode.NotFoundPageDisplayableEndpointBuildItem> displayableEndpoints)  
    void ComposerProcessor.router​(ComposerBuildItem buildItem, ComposerRecorder 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, ComposerCompiletimeConfig config)  
    Method parameters in io.resys.hdes.quarkus.composer.pg.deployment with type arguments of type ComposerBuildItem
    Modifier and Type Method Description
    void ComposerProcessor.buildItem​(io.quarkus.deployment.annotations.BuildProducer<ComposerBuildItem> buildProducer, io.quarkus.vertx.http.deployment.HttpRootPathBuildItem httpRootPathBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.vertx.http.deployment.devmode.NotFoundPageDisplayableEndpointBuildItem> displayableEndpoints)