java.lang.Object
org.jboss.resteasy.reactive.common.providers.serialisers.PathBodyHandler
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<Path>

public class PathBodyHandler extends Object implements jakarta.ws.rs.ext.MessageBodyWriter<Path>
  • Constructor Details

    • PathBodyHandler

      public PathBodyHandler()
  • Method Details

    • isWriteable

      public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      isWriteable in interface jakarta.ws.rs.ext.MessageBodyWriter<Path>
    • writeTo

      public void writeTo(Path uploadFile, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException
      Specified by:
      writeTo in interface jakarta.ws.rs.ext.MessageBodyWriter<Path>
      Throws:
      IOException
    • doWrite

      protected void doWrite(Path uploadFile, OutputStream out) throws IOException
      Throws:
      IOException