Annotation Interface的使用
cn.taketoday.format.annotation.DateTimeFormat
使用DateTimeFormat的程序包
程序包
说明
Formatters for
java.util.Date properties.Integration with the JSR-310
java.time package in JDK 8.-
cn.taketoday.format.datetime中DateTimeFormat的使用
修饰符和类型方法说明DateTimeFormatAnnotationFormatterFactory.getFormatter(DateTimeFormat annotation, Class<?> fieldType) Parser<?>DateTimeFormatAnnotationFormatterFactory.getParser(DateTimeFormat annotation, Class<?> fieldType) Printer<?>DateTimeFormatAnnotationFormatterFactory.getPrinter(DateTimeFormat annotation, Class<?> fieldType) -
cn.taketoday.format.datetime.standard中DateTimeFormat的使用
修饰符和类型方法说明protected DateTimeFormatterJsr310DateTimeFormatAnnotationFormatterFactory.getFormatter(DateTimeFormat annotation, Class<?> fieldType) Factory method used to create aDateTimeFormatter.Parser<?>Jsr310DateTimeFormatAnnotationFormatterFactory.getParser(DateTimeFormat annotation, Class<?> fieldType) Printer<?>Jsr310DateTimeFormatAnnotationFormatterFactory.getPrinter(DateTimeFormat annotation, Class<?> fieldType)