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
Subclasses with type arguments of type YAMLEndpointConfig 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).classContainer class for figuring out annotation-based configuration for JAX-RS end points.Methods in com.fasterxml.jackson.jaxrs.yaml that return YAMLEndpointConfigModifier and TypeMethodDescriptionprotected YAMLEndpointConfigJacksonYAMLProvider._configForReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) protected YAMLEndpointConfigJacksonYAMLProvider._configForWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations) static YAMLEndpointConfigYAMLEndpointConfig.forReading(com.fasterxml.jackson.databind.ObjectReader reader, Annotation[] annotations) static YAMLEndpointConfigYAMLEndpointConfig.forWriting(com.fasterxml.jackson.databind.ObjectWriter writer, Annotation[] annotations)