Java com.fasterxml.jackson.jaxrs.base ProviderBase fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

com.fasterxml.jackson.jaxrs.base.ProviderBase has subclasses.
Click this link to see all its subclasses.

Method

booleanisReadable(Class type, Type genericType, Annotation[] annotations, MediaType mediaType)
Method that JAX-RS container calls to try to check whether values of given type (and media type) can be deserialized by this provider.
booleanisWriteable(Class type, Type genericType, Annotation[] annotations, MediaType mediaType)
Method that JAX-RS container calls to try to check whether given value (of specified type) can be serialized by this provider.
MAPPERlocateMapper(Class type, MediaType mediaType)
Method called to locate ObjectMapper to use for serialization and deserialization.