Package org.nuxeo.ecm.automation.io.rest
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getSize
(com.fasterxml.jackson.databind.JsonNode t, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) boolean
isWriteable
(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType) 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)
-
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 interfacejakarta.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 interfacejakarta.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 interfacejakarta.ws.rs.ext.MessageBodyWriter<com.fasterxml.jackson.databind.JsonNode>
- Throws:
IOException
jakarta.ws.rs.WebApplicationException
-