Uses of Class
com.fasterxml.jackson.jakarta.rs.json.JsonEndpointConfig
-
Packages that use JsonEndpointConfig Package Description com.fasterxml.jackson.jakarta.rs.json 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 JsonEndpointConfig Modifier and Type Method 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)
-