Class DeleteDocumentProvider

java.lang.Object
io.quarkus.resteasy.common.runtime.graal.DeleteDocumentProvider

final class DeleteDocumentProvider extends Object
Manipulating Documents in REST services is very unlikely to be needed and this provider contributes a significant amount of code to the native image due to its dependency to Xerces and Xalan.

Let's remove it for now and see if people complain about it. If so, we will need a more advanced strategy to disable/enable it.

  • Constructor Details

    • DeleteDocumentProvider

      public DeleteDocumentProvider(@Context org.jboss.resteasy.spi.ResteasyConfiguration config)
  • Method Details