Class and Description |
---|
com.fasterxml.jackson.jaxrs.json.JsonMappingExceptionMapper
Since 2.2 use
JsonMappingExceptionMapper instead. |
com.fasterxml.jackson.jaxrs.smile.JsonMappingExceptionMapper
Since 2.2 use
JsonMappingExceptionMapper instead. |
com.fasterxml.jackson.jaxrs.xml.JsonMappingExceptionMapper
Since 2.2 use
JsonMappingExceptionMapper instead. |
com.fasterxml.jackson.jaxrs.json.JsonParseExceptionMapper
Use
JsonParseExceptionMapper instead. |
com.fasterxml.jackson.jaxrs.smile.JsonParseExceptionMapper
Use
JsonParseExceptionMapper instead. |
com.fasterxml.jackson.jaxrs.xml.JsonParseExceptionMapper
Use
JsonParseExceptionMapper instead. |
Annotation Type and Description |
---|
com.fasterxml.jackson.jaxrs.json.annotation.JacksonFeatures
Since 2.2, use shared
JacksonFeatures instead |
com.fasterxml.jackson.jaxrs.smile.annotation.JacksonFeatures
Since 2.2, use shared
JacksonFeatures instead |
com.fasterxml.jackson.jaxrs.xml.annotation.JacksonFeatures
Since 2.2, use shared
JacksonFeatures instead |
Constructor and Description |
---|
com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey(Annotation[])
Since 2.2.2: use variant that takes explicit Class
|
com.fasterxml.jackson.jaxrs.base.ProviderBase() |
Copyright © 2014 FasterXML. All rights reserved.