类 DateZonesFormatter
java.lang.Object
spring.turbo.format.DateZonesFormatter
- 所有已实现的接口:
org.springframework.format.Formatter<DateZones>,org.springframework.format.Parser<DateZones>,org.springframework.format.Printer<DateZones>
public class DateZonesFormatter
extends Object
implements org.springframework.format.Formatter<DateZones>
- 从以下版本开始:
- 1.3.1
- 作者:
- 应卓
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetDateRangeFormatter(DateRangeFormatter dateRangeFormatter) voidsetDelimiter(String delimiter)
-
构造器详细资料
-
DateZonesFormatter
public DateZonesFormatter()构造方法
-
-
方法详细资料
-
parse
- 指定者:
parse在接口中org.springframework.format.Parser<DateZones>- 抛出:
ParseException
-
print
- 指定者:
print在接口中org.springframework.format.Printer<DateZones>
-
setDelimiter
-
setDateRangeFormatter
-