| Package | Description |
|---|---|
| retrofit2.converter.jackson |
| Modifier and Type | Method and Description |
|---|---|
static JacksonConverterFactory |
JacksonConverterFactory.create()
Create an instance using a default
ObjectMapper instance for conversion. |
static JacksonConverterFactory |
JacksonConverterFactory.create(com.fasterxml.jackson.databind.ObjectMapper mapper)
Create an instance using
mapper for conversion. |
Copyright © 2017 Square, Inc.. All rights reserved.