Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
-
Packages that use JsonEndpointConfig 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). -
-
Uses of JsonEndpointConfig in org.glassfish.jersey.jackson.internal
Methods in org.glassfish.jersey.jackson.internal that return JsonEndpointConfig Modifier and Type Method Description protected JsonEndpointConfigDefaultJacksonJaxbJsonProvider. _configForReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations)protected JsonEndpointConfigFilteringJacksonJaxbJsonProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotation[] annotations, Class<?> defaultView) -
Uses of JsonEndpointConfig in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json that return JsonEndpointConfig Modifier and Type Method Description protected JsonEndpointConfigJacksonJsonProvider. _configForReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations)protected JsonEndpointConfigJacksonJsonProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)static JsonEndpointConfigJsonEndpointConfig. forReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations)static JsonEndpointConfigJsonEndpointConfig. forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations, String defaultJsonpMethod)
-