Package com.aspectran.utils
Class StringifyContext
java.lang.Object
com.aspectran.utils.StringifyContext
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
ActivityStringifyContext
Created: 2024. 11. 30.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
int
boolean
boolean
boolean
boolean
boolean
boolean
void
merge
(StringifyContext from) void
setDateFormat
(String dateFormat) void
setDateFormatter
(DateTimeFormatter dateFormatter) void
setDateTimeFormat
(String dateTimeFormat) void
setDateTimeFormatter
(DateTimeFormatter dateTimeFormatter) void
setIndentSize
(int indentSize) void
setIndentTab
(boolean indentTab) void
void
setNullWritable
(Boolean nullWritable) void
setPrettyPrint
(Boolean prettyPrint) void
setSimpleDateFormat
(SimpleDateFormat simpleDateFormat) void
setTimeFormat
(String timeFormat) void
setTimeFormatter
(DateTimeFormatter timeFormatter) toLocalDate
(String date) toLocalDate
(String date, String format) toLocalDateTime
(String dateTime) toLocalDateTime
(String dateTime, String format) toLocalTime
(String time) toLocalTime
(String time, String format) toString()
toString
(LocalDateTime localDateTime) toString
(LocalDateTime localDateTime, String format)
-
Constructor Details
-
StringifyContext
public StringifyContext()
-
-
Method Details
-
hasPrettyPrint
public boolean hasPrettyPrint() -
isPrettyPrint
public boolean isPrettyPrint() -
setPrettyPrint
-
hasIndentSize
public boolean hasIndentSize() -
getIndentSize
public int getIndentSize() -
setIndentSize
public void setIndentSize(int indentSize) -
isIndentTab
public boolean isIndentTab() -
setIndentTab
public void setIndentTab(boolean indentTab) -
getIndentString
-
hasNullWritable
public boolean hasNullWritable() -
isNullWritable
public boolean isNullWritable() -
setNullWritable
-
getDateTimeFormat
-
setDateTimeFormat
-
getDateTimeFormatter
-
setDateTimeFormatter
-
getDateFormat
-
setDateFormat
-
getDateFormatter
-
setDateFormatter
-
getTimeFormat
-
setTimeFormat
-
getTimeFormatter
-
setTimeFormatter
-
setSimpleDateFormat
-
getLocale
-
setLocale
-
toString
-
toString
-
toString
-
toString
-
toString
-
toString
-
toString
-
toString
-
toLocalDateTime
-
toLocalDateTime
-
toLocalDate
-
toLocalDate
-
toLocalTime
-
toLocalTime
-
toDate
- Throws:
ParseException
-
toDate
- Throws:
ParseException
-
merge
-
clone
-
toString
-