Package | Description |
---|---|
org.glassfish.jersey.jackson.internal | |
org.glassfish.jersey.jackson.internal.jackson.jaxrs.json |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
|
Modifier and Type | Method and Description |
---|---|
protected JsonEndpointConfig |
DefaultJacksonJaxbJsonProvider._configForReading(com.fasterxml.jackson.databind.ObjectReader reader,
Annotation[] annotations) |
protected JsonEndpointConfig |
FilteringJacksonJaxbJsonProvider._configForWriting(com.fasterxml.jackson.databind.ObjectMapper mapper,
Annotation[] annotations,
Class<?> defaultView) |
Modifier and Type | Method and Description |
---|---|
protected JsonEndpointConfig |
JacksonJsonProvider._configForReading(com.fasterxml.jackson.databind.ObjectReader reader,
Annotation[] annotations) |
protected JsonEndpointConfig |
JacksonJsonProvider._configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer,
Annotation[] annotations) |
static JsonEndpointConfig |
JsonEndpointConfig.forReading(com.fasterxml.jackson.databind.ObjectReader reader,
Annotation[] annotations) |
static JsonEndpointConfig |
JsonEndpointConfig.forWriting(com.fasterxml.jackson.databind.ObjectWriter writer,
Annotation[] annotations,
String defaultJsonpMethod) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.