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 -
-
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 JsonEndpointConfig
FilteringJacksonJaxbJsonProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectMapper mapper, java.lang.annotation.Annotation[] annotations, java.lang.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 JsonEndpointConfig
JacksonJsonProvider. _configForReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)
protected JsonEndpointConfig
JacksonJsonProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)
static JsonEndpointConfig
JsonEndpointConfig. forReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)
static JsonEndpointConfig
JsonEndpointConfig. forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations, java.lang.String defaultJsonpMethod)
-