Example usage for com.fasterxml.jackson.core.util DefaultPrettyPrinter.Indenter interface-usage

List of usage examples for com.fasterxml.jackson.core.util DefaultPrettyPrinter.Indenter interface-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.core.util DefaultPrettyPrinter.Indenter interface-usage.

Usage

From source file org.linkedin.util.json.jackson.LfNSpacesIndenter.java

/**
 * Copied/adapted from jackson to handle N spaces instead of 2
 *
 * @author yan@pongasoft.com
 */
public class LfNSpacesIndenter implements DefaultPrettyPrinter.Indenter {