|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
JacksonJsonProvider.isReadable(java.lang.Class>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)
is called.
JacksonJsonProvider.isWriteable(java.lang.Class>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)
is called.
Class.ObjectMapper to use
ObjectReaders and ObjectWriters.MessageBodyReader,
MessageBodyWriter) needed for binding
JSON ("application/json") content to and from Java Objects ("POJO"s).ExceptionMapper to send down a "400 Bad Request"
response in the event that unmappable JSON is received.JSONP
annotation instance.ExceptionMapper to send down a "400 Bad Request"
in the event unparsable JSON is received.ObjectMapper to use for serialization
and deserialization.
ObjectMapper instance to be used for data binding, as
well as accessing it.ObjectMapper to use
for serialization and deserialization; if null, will use the standard
provider discovery from context instead.
MapperConfigurator.setAnnotationsToUse(com.fasterxml.jackson.jaxrs.json.Annotations[])
ObjectMapper
ObjectMapper to use for actual
serialization.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||