public interface  com.fasterxml.jackson.core.util.DefaultPrettyPrinter$Indenter extends java.lang.Object
{
public abstract void writeIndentation(com.fasterxml.jackson.core.JsonGenerator, int) throws java.io.IOException;
public abstract boolean isInline();
}