Package | Description |
---|---|
com.fasterxml.jackson.jaxrs.yaml |
Jackson-based JAX-RS provider that can automatically
serialize and deserialize resources for
YAML content type (MediaType).
|
Modifier and Type | Method and Description |
---|---|
protected 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) |
Copyright © 2016 FasterXML. All rights reserved.