Class 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 Detail

      • DeleteDocumentProvider

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

      • isReadable

        public boolean isReadable​(Class<?> clazz,
                                  Type type,
                                  Annotation[] annotation,
                                  jakarta.ws.rs.core.MediaType mediaType)
      • isWriteable

        public boolean isWriteable​(Class<?> clazz,
                                   Type type,
                                   Annotation[] annotation,
                                   jakarta.ws.rs.core.MediaType mediaType)