Uses of Class
com.fasterxml.jackson.jaxrs.yaml.YAMLMapperConfigurator
Packages that use YAMLMapperConfigurator
Package
Description
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
YAML content type (MediaType).
-
Uses of YAMLMapperConfigurator in com.fasterxml.jackson.jaxrs.yaml
Subclasses with type arguments of type YAMLMapperConfigurator 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).classHelper class used to encapsulate details of configuring anYAMLMapperinstance to be used for data binding, as well as accessing it.