Class MCRContentAbstractWriter

java.lang.Object
org.mycore.restapi.converter.MCRContentAbstractWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<MCRContent>
Direct Known Subclasses:
MCRContentJSONWriter, MCRContentXMLWriter

public abstract class MCRContentAbstractWriter extends Object implements jakarta.ws.rs.ext.MessageBodyWriter<MCRContent>
  • Field Details

  • Constructor Details

    • MCRContentAbstractWriter

      public MCRContentAbstractWriter()
  • 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<MCRContent>
    • writeTo

      public void writeTo(MCRContent content, 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
      Specified by:
      writeTo in interface jakarta.ws.rs.ext.MessageBodyWriter<MCRContent>
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException
    • getTransfomerFormat

      protected abstract jakarta.ws.rs.core.MediaType getTransfomerFormat()
    • handleFallback

      protected abstract void handleFallback(MCRContent content, OutputStream entityStream) throws IOException
      Throws:
      IOException