| Modifier and Type | Method and Description |
|---|---|
Jackson |
Jackson.doWith(Consumer<com.fasterxml.jackson.databind.ObjectMapper> configurer)
Apply advanced configuration over the provided
ObjectMapper. |
Jackson |
Jackson.module(Class<? extends com.fasterxml.jackson.databind.Module> module)
Register the provided
Module. |
Jackson |
Jackson.module(com.fasterxml.jackson.databind.Module module)
Register the provided module.
|
Jackson |
Jackson.type(MediaType type)
Set the json type supported by this module, default is:
application/json. |
Jackson |
Jackson.type(String type)
Set the json type supported by this module, default is:
application/json. |
Copyright © 2016. All rights reserved.