Java com.fasterxml.jackson.jaxrs.json JacksonJaxbJsonProvider fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.jaxrs.json JacksonJaxbJsonProvider fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.jaxrs.json JacksonJaxbJsonProvider.

The text is from its open source code.

Subclass

com.fasterxml.jackson.jaxrs.json.JacksonJaxbJsonProvider has subclasses.
Click this link to see all its subclasses.

Field

Annotations[]DEFAULT_ANNOTATIONS
Default annotation sets to use, if not explicitly defined during construction: use Jackson annotations if found; if not, use JAXB annotations as fallback.

Constructor

JacksonJaxbJsonProvider()
Default constructor, usually used when provider is automatically configured to be used with JAX-RS implementation.
JacksonJaxbJsonProvider(ObjectMapper mapper, Annotations[] annotationsToUse)
Constructor to use when a custom mapper (usually components like serializer/deserializer factories that have been configured) is to be used.