Uses of Class
com.fasterxml.jackson.jakarta.rs.json.JsonEndpointConfig
Packages that use JsonEndpointConfig
Package
Description
Jackson-based Jakarta-RS provider that can automatically
serialize and deserialize resources for
JSON content type (MediaType).
-
Uses of JsonEndpointConfig in com.fasterxml.jackson.jakarta.rs.json
Methods in com.fasterxml.jackson.jakarta.rs.json that return JsonEndpointConfigModifier and TypeMethodDescriptionprotected JsonEndpointConfigJacksonJsonProvider._configForReading(ObjectReader reader, Annotation[] annotations) protected JsonEndpointConfigJacksonJsonProvider._configForWriting(ObjectWriter writer, Annotation[] annotations) static JsonEndpointConfigJsonEndpointConfig.forReading(ObjectReader reader, Annotation[] annotations) static JsonEndpointConfigJsonEndpointConfig.forWriting(ObjectWriter writer, Annotation[] annotations, String defaultJsonpMethod) -
Uses of JsonEndpointConfig in org.jboss.resteasy.plugins.providers.jackson
Fields in org.jboss.resteasy.plugins.providers.jackson with type parameters of type JsonEndpointConfigModifier and TypeFieldDescriptionprotected final ConcurrentHashMap<org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider.ClassAnnotationKey,JsonEndpointConfig> ResteasyJackson2Provider._readersprotected final ConcurrentHashMap<org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider.ClassAnnotationKey,JsonEndpointConfig> ResteasyJackson2Provider._writers