Class JsonFactoryBuilder


  • public class JsonFactoryBuilder
    extends TSFBuilder<JsonFactory,​JsonFactoryBuilder>
    TSFBuilder implementation for constructing vanilla JsonFactory instances for reading/writing JSON encoded content.

    NOTE: as of Jackson 2.x, use of JSON-specific builder is bit cumbersome since JsonFactory serves dual duty of base class AND actual implementation for JSON backend. This will be fixed in Jackson 3.0.

    Since:
    2.10