类 TemporalAccessorPrinter
java.lang.Object
cn.taketoday.format.datetime.standard.TemporalAccessorPrinter
- 所有已实现的接口:
Printer<TemporalAccessor>
Printer implementation for a JSR-310 TemporalAccessor,
using a DateTimeFormatter) (the contextual one, if available).- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller
- 另请参阅:
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
TemporalAccessorPrinter
Create a new TemporalAccessorPrinter.- 参数:
formatter- the base DateTimeFormatter instance
-
-
方法详细资料
-
print
从接口复制的说明:PrinterPrint the object of type T for display.- 指定者:
print在接口中Printer<TemporalAccessor>- 参数:
partial- the instance to printlocale- the current user locale- 返回:
- the printed text string
-