JsonGenerator是定義公共API編寫的Json內(nèi)容的基類。使用JsonFactory實例的工廠方法創(chuàng)建實例。
以下是org.codehaus.jackson.JsonGenerator類的聲明:
public abstract class JsonGenerator extends Object implements Closeable
S.N. | 類和說明 |
---|---|
1 |
static class JsonGenerator.Feature 枚舉定義了生成器的所有togglable功能。 |
protected PrettyPrinter _cfgPrettyPrinter - 對象處理相當打印(通常多余的空白,使結果更加可讀)輸出時。
S.N. | 構造函數(shù)和說明 |
---|---|
1 |
Default constructor |
這個類繼承了以下類方法:
java.lang.Object