Example usage for com.fasterxml.jackson.jaxrs.base ProviderBase subclass-usage

List of usage examples for com.fasterxml.jackson.jaxrs.base ProviderBase subclass-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.jaxrs.base ProviderBase subclass-usage.

Usage

From source file io.github.arven.rs.provider.JacksonJaxbYamlProvider.java

/**
 *
 * @author bvan
 */
@Provider
@Consumes({ "application/yaml", "text/yaml" })