public interface ResourceObjectMapper
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
ResourceContext |
getResourceContext() |
void |
write(com.fasterxml.jackson.core.JsonGenerator jgen,
java.lang.Object o) |
void |
write(com.fasterxml.jackson.core.JsonGenerator jgen,
java.lang.Object o,
java.lang.Class<?> view) |
java.lang.String |
write(java.lang.Object o) |
java.lang.String |
write(java.lang.Object o,
java.lang.Class<?> view) |
void |
write(java.io.OutputStream out,
java.lang.Object o) |
void |
write(java.io.OutputStream out,
java.lang.Object o,
java.lang.Class<?> view) |
com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
ResourceContext getResourceContext()
java.lang.String write(java.lang.Object o)
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionvoid write(com.fasterxml.jackson.core.JsonGenerator jgen,
java.lang.Object o)
throws java.io.IOException
java.io.IOExceptionvoid write(java.io.OutputStream out,
java.lang.Object o)
throws java.io.IOException
java.io.IOExceptionvoid write(java.io.OutputStream out,
java.lang.Object o,
java.lang.Class<?> view)
throws java.io.IOException
java.io.IOExceptionjava.lang.String write(java.lang.Object o,
java.lang.Class<?> view)
throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionvoid write(com.fasterxml.jackson.core.JsonGenerator jgen,
java.lang.Object o,
java.lang.Class<?> view)
throws java.io.IOException
java.io.IOException