Class JsonTreeWriter

java.lang.Object
org.nuxeo.ecm.automation.io.rest.JsonTreeWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<com.fasterxml.jackson.databind.JsonNode>

@Singleton @Provider @Produces("application/json") public class JsonTreeWriter extends Object implements jakarta.ws.rs.ext.MessageBodyWriter<com.fasterxml.jackson.databind.JsonNode>
Author:
bstefanescu
  • Field Details

    • factory

      @Context protected com.fasterxml.jackson.core.JsonFactory factory
  • Constructor Details

    • JsonTreeWriter

      public JsonTreeWriter()
  • 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<com.fasterxml.jackson.databind.JsonNode>
    • getSize

      public long getSize(com.fasterxml.jackson.databind.JsonNode t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      getSize in interface jakarta.ws.rs.ext.MessageBodyWriter<com.fasterxml.jackson.databind.JsonNode>
    • writeTo

      public void writeTo(com.fasterxml.jackson.databind.JsonNode t, 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<com.fasterxml.jackson.databind.JsonNode>
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException