Uses of Class
com.fasterxml.jackson.jaxrs.yaml.YAMLEndpointConfig
-
Packages that use YAMLEndpointConfig Package Description com.fasterxml.jackson.jaxrs.yaml Jackson-based JAX-RS provider that can automatically serialize and deserialize resources for YAML content type (MediaType). -
-
Uses of YAMLEndpointConfig in com.fasterxml.jackson.jaxrs.yaml
Methods in com.fasterxml.jackson.jaxrs.yaml that return YAMLEndpointConfig Modifier and Type Method Description protected YAMLEndpointConfig
JacksonYAMLProvider. _configForReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)
protected YAMLEndpointConfig
JacksonYAMLProvider. _configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)
static YAMLEndpointConfig
YAMLEndpointConfig. forReading(com.fasterxml.jackson.databind.ObjectReader reader, java.lang.annotation.Annotation[] annotations)
static YAMLEndpointConfig
YAMLEndpointConfig. forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, java.lang.annotation.Annotation[] annotations)
-