Uses of Class
com.fasterxml.jackson.jaxrs.yaml.YAMLEndpointConfig
Packages that use YAMLEndpointConfig
Package
Description
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 YAMLEndpointConfigModifier and TypeMethodDescriptionprotected YAMLEndpointConfig
JacksonYAMLProvider._configForReading
(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) protected YAMLEndpointConfig
JacksonYAMLProvider._configForWriting
(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations) static YAMLEndpointConfig
YAMLEndpointConfig.forReading
(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) static YAMLEndpointConfig
YAMLEndpointConfig.forWriting
(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)