Class ResteasyDeploymentCustomizerBuildItem


  • public final class ResteasyDeploymentCustomizerBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    A build item that is meant to customize the RESTEasy Deployment before it has been finalized This gives extensions to ability to add stuff to the Deployment
    • Constructor Detail

      • ResteasyDeploymentCustomizerBuildItem

        public ResteasyDeploymentCustomizerBuildItem​(Consumer<org.jboss.resteasy.spi.ResteasyDeployment> consumer)
    • Method Detail

      • getConsumer

        public Consumer<org.jboss.resteasy.spi.ResteasyDeployment> getConsumer()