Uses of Class
com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
-
Packages that use JacksonYAMLProvider 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 JacksonYAMLProvider in com.fasterxml.jackson.jaxrs.yaml
Subclasses of JacksonYAMLProvider in com.fasterxml.jackson.jaxrs.yaml Modifier and Type Class Description class
JacksonJaxbYAMLProvider
JSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).
-