ProviderBase.isReadable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)
is called.ProviderBase.isWriteable(java.lang.Class<?>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType)
is called.javax.ws.rs.core.NoContentException only exists in
JAX-RS 2.0, but we need 1.1 compatibility, need to (unfortunately!) dynamically
load class.Class.BeanProperty implementation used for passing annotations
from JAX-RS endpoint into Jackson.ObjectMapper to useObjectReaders and ObjectWriters.ExceptionMapper to send down a "400 Bad Request"
response in the event that unmappable JSON is received.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.ObjectReaderModifier) that can be used to
reconfigure ObjectReader
that JAX-RS Resource will use for reading input into Java Objects.ObjectWriter
that JAX-RS Resource will use; usually this is done from a Servlet or JAX-RS filter
before execution reaches resource.ObjectMapper to use
for serialization and deserialization; if null, will use the standard
provider discovery from context instead.true meaning that entry is untouchable,
false that is is not.JsonGenerator for writing
contents into given raw OutputStream.JsonParser for reading
contents of given raw InputStream.MapperConfiguratorBase.setAnnotationsToUse(com.fasterxml.jackson.jaxrs.cfg.Annotations[])ThreadLocal access in cases
where this feature is not being usedThreadLocal access in cases
where this feature is not being usedObjectMapperCopyright © 2014 FasterXML. All Rights Reserved.