public interface JsonFactoryDecorator
MappingJsonFactory used by a
CompositeJsonFormatter.
This allows you to customize the factory used by the formatters.
Implementations must be idempotent. The decorator configured on a formatter is called each time a formatter is started, and there is no way to 'un-decorate' the factory when when formatter is stopped. So, the factory could be decorated multiple times if the formatter is restarted.
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.MappingJsonFactory |
decorate(com.fasterxml.jackson.databind.MappingJsonFactory factory) |
Copyright © 2017. All Rights Reserved.