Uses of Class
org.glassfish.jersey.jackson.internal.jackson.jaxrs.json.JsonEndpointConfig
Packages that use JsonEndpointConfig
Package
Description
-
Uses of JsonEndpointConfig in org.glassfish.jersey.jackson.internal
Methods in org.glassfish.jersey.jackson.internal that return JsonEndpointConfigModifier and TypeMethodDescriptionprotected JsonEndpointConfigFilteringJacksonJaxbJsonProvider._configForWriting(com.fasterxml.jackson.databind.ObjectMapper mapper, Annotation[] annotations, Class<?> defaultView) -
Uses of JsonEndpointConfig in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json
Subclasses with type arguments of type JsonEndpointConfig in org.glassfish.jersey.jackson.internal.jackson.jaxrs.jsonModifier and TypeClassDescriptionclassBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).classContainer class for figuring out annotation-based configuration for JAX-RS end points.Methods in org.glassfish.jersey.jackson.internal.jackson.jaxrs.json that return JsonEndpointConfigModifier and TypeMethodDescriptionprotected 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)