Class DeleteIIOImageProvider


  • final class DeleteIIOImageProvider
    extends Object
    • Constructor Detail

      • DeleteIIOImageProvider

        DeleteIIOImageProvider()
    • Method Detail

      • isReadable

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

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

        public void writeTo​(IIOImage iioImage,
                            Class<?> type,
                            Type genericType,
                            Annotation[] annotations,
                            jakarta.ws.rs.core.MediaType mediaType,
                            jakarta.ws.rs.core.MultivaluedMap<String,​Object> httpHeaders,
                            OutputStream entityStream)
                     throws IOException,
                            jakarta.ws.rs.WebApplicationException
        Throws:
        IOException
        jakarta.ws.rs.WebApplicationException
      • asyncWriteTo

        public CompletionStage<Void> asyncWriteTo​(IIOImage t,
                                                  Class<?> type,
                                                  Type genericType,
                                                  Annotation[] annotations,
                                                  jakarta.ws.rs.core.MediaType mediaType,
                                                  jakarta.ws.rs.core.MultivaluedMap<String,​Object> httpHeaders,
                                                  org.jboss.resteasy.spi.AsyncOutputStream entityStream)