public class JsonLayoutOptions
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
boolean | getArrayAsTable() | |
void | setArrayAsTable(booleanvalue) | |
Processes Array as table. | ||
boolean | getConvertNumericOrDate() | |
void | setConvertNumericOrDate(booleanvalue) | |
Gets or sets a value that indicates whether the string in json is converted to numeric or date. | ||
java.lang.String | getDateFormat() | |
void | setDateFormat(java.lang.Stringvalue) | |
Gets and sets the format of date value. | ||
boolean | getIgnoreArrayTitle() | |
void | setIgnoreArrayTitle(booleanvalue) | |
Indicates whether ingore title if array is a property of object. | ||
boolean | getIgnoreNull() | |
void | setIgnoreNull(booleanvalue) | |
Indicates whether ignoring null value. | ||
boolean | getIgnoreObjectTitle() | |
void | setIgnoreObjectTitle(booleanvalue) | |
Indicates whether ingore title if object is a property of object. | ||
java.lang.String | getNumberFormat() | |
void | setNumberFormat(java.lang.Stringvalue) | |
Gets and sets the format of numberic value. | ||
Style | getTitleStyle() | |
void | setTitleStyle(Style value) | |
Gets and sets the style of the title. |
public boolean getArrayAsTable() / public void setArrayAsTable(boolean value)
public boolean getIgnoreNull() / public void setIgnoreNull(boolean value)
public boolean getIgnoreArrayTitle() / public void setIgnoreArrayTitle(boolean value)
public boolean getIgnoreObjectTitle() / public void setIgnoreObjectTitle(boolean value)
public boolean getConvertNumericOrDate() / public void setConvertNumericOrDate(boolean value)
public java.lang.String getNumberFormat() / public void setNumberFormat(java.lang.String value)
public java.lang.String getDateFormat() / public void setDateFormat(java.lang.String value)