Example usage for com.fasterxml.jackson.databind MappingJsonFactory disable

List of usage examples for com.fasterxml.jackson.databind MappingJsonFactory disable

Introduction

In this page you can find the example usage for com.fasterxml.jackson.databind MappingJsonFactory disable.

Prototype

public JsonFactory disable(JsonFactory.Feature f) 

Source Link

Document

Method for disabling specified parser features (check JsonFactory.Feature for list of features)

Usage