Uses of Class
com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider
Packages that use JacksonYAMLProvider
Package
Description
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.yamlModifier and TypeClassDescriptionclassJSON content type provider automatically configured to use both Jackson and JAXB annotations (in that order of priority).Subclasses with type arguments of type JacksonYAMLProvider in com.fasterxml.jackson.jaxrs.yamlModifier and TypeClassDescriptionclassBasic implementation of JAX-RS abstractions (MessageBodyReader,MessageBodyWriter) needed for binding JSON ("application/json") content to and from Java Objects ("POJO"s).