@Provider
@Consumes(value={"application/json","application/*+json","text/json"})
@Produces(value={"application/json","application/*+json","text/json"})
@Deprecated
public class ResteasyJacksonProvider
extends org.codehaus.jackson.jaxrs.JacksonJsonProvider
| Constructor and Description |
|---|
ResteasyJacksonProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReadable(Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
Deprecated.
|
boolean |
isWriteable(Class<?> aClass,
Type type,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType)
Deprecated.
|
_containedIn, _findView, addUntouchable, checkCanDeserialize, checkCanSerialize, configure, configure, configure, configure, disable, disable, disable, disable, enable, enable, enable, enable, findEncoding, getSize, isJsonType, locateMapper, readFrom, setAnnotationsToUse, setJSONPFunctionName, setMapper, version, writeTopublic boolean isReadable(Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isReadable in interface javax.ws.rs.ext.MessageBodyReader<Object>isReadable in class org.codehaus.jackson.jaxrs.JacksonJsonProviderpublic boolean isWriteable(Class<?> aClass, Type type, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<Object>isWriteable in class org.codehaus.jackson.jaxrs.JacksonJsonProviderCopyright © 2021 JBoss by Red Hat. All rights reserved.