|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
JacksonXMLProvider.isReadable(java.lang.Class>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)
is called.
JacksonXMLProvider.isWriteable(java.lang.Class>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)
is called.
Class.XmlMapper 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 unprocessable XML is received.ExceptionMapper to send down a "400 Bad Request"
in the event unprocessable XML is received.XmlMapper to use for serialization
and deserialization.
XmlMapper instance to be used for data binding, as
well as accessing it.XmlMapper to use
for serialization and deserialization; if null, will use the standard
provider discovery from context instead.
MapperConfigurator.setAnnotationsToUse(com.fasterxml.jackson.jaxrs.xml.Annotations[])
XmlMapper
XmlMapper to use for actual
serialization.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||