Package com.aspectran.core.activity
Class FormattingContext
java.lang.Object
com.aspectran.core.activity.FormattingContext
Created: 2019-07-06
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
isPretty()
static FormattingContext
void
setDateFormat
(String dateFormat) void
setDateTimeFormat
(String dateTimeFormat) void
setIndentSize
(int indentSize) void
setIndentTab
(boolean indentTab) void
setNullWritable
(Boolean nullWritable) void
setPretty
(boolean pretty)
-
Constructor Details
-
FormattingContext
public FormattingContext()
-
-
Method Details
-
isPretty
public boolean isPretty() -
setPretty
public void setPretty(boolean pretty) -
getIndentSize
public int getIndentSize() -
setIndentSize
public void setIndentSize(int indentSize) -
setIndentTab
public void setIndentTab(boolean indentTab) -
makeIndentString
-
getDateFormat
-
setDateFormat
-
getDateTimeFormat
-
setDateTimeFormat
-
getNullWritable
-
setNullWritable
-
parse
-