Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.json |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
|
org.jboss.resteasy.plugins.providers.jackson |
Modifier and Type | Method and Description |
---|---|
protected JsonEndpointConfig |
JacksonJsonProvider._configForReading(ObjectMapper mapper,
Annotation[] annotations)
Deprecated.
Since 2.3, use variant that takes explicit defaultView
|
protected JsonEndpointConfig |
JacksonJsonProvider._configForReading(ObjectReader reader,
Annotation[] annotations) |
protected JsonEndpointConfig |
JacksonJsonProvider._configForWriting(ObjectMapper mapper,
Annotation[] annotations)
Deprecated.
Since 2.3, use variant that takes explicit defaultView
|
protected JsonEndpointConfig |
JacksonJsonProvider._configForWriting(ObjectWriter writer,
Annotation[] annotations) |
static JsonEndpointConfig |
JsonEndpointConfig.forReading(ObjectReader reader,
Annotation[] annotations) |
static JsonEndpointConfig |
JsonEndpointConfig.forWriting(ObjectWriter writer,
Annotation[] annotations,
String defaultJsonpMethod) |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider.ClassAnnotationKey,JsonEndpointConfig> |
ResteasyJackson2Provider._readers |
protected ConcurrentHashMap<org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider.ClassAnnotationKey,JsonEndpointConfig> |
ResteasyJackson2Provider._writers |
Copyright © 2016 JBoss by Red Hat. All rights reserved.