程序包 org.springframework.format.datetime.standard
Integration with the JSR-310
java.time package in JDK 8.类概要 类 说明 DateTimeContext A context that holds user-specificjava.time(JSR-310) settings such as the user's Chronology (calendar system) and time zone.DateTimeContextHolder A holder for a thread-local userDateTimeContext.DateTimeFormatterFactory Factory that creates a JSR-310DateTimeFormatter.DateTimeFormatterFactoryBean FactoryBeanthat creates a JSR-310DateTimeFormatter.DateTimeFormatterRegistrar Configures the JSR-310java.timeformatting system for use with Spring.InstantFormatter Formatterimplementation for a JSR-310Instant, following JSR-310's parsing rules for an Instant (that is, not using a configurableDateTimeFormatter): accepting the defaultISO_INSTANTformat as well asRFC_1123_DATE_TIME(which is commonly used for HTTP date header values), as of Spring 4.3.Jsr310DateTimeFormatAnnotationFormatterFactory Formats fields annotated with theDateTimeFormatannotation using the JSR-310java.timepackage in JDK 8.TemporalAccessorParser Parserimplementation for a JSR-310TemporalAccessor, using aDateTimeFormatter) (the contextual one, if available).TemporalAccessorPrinter Printerimplementation for a JSR-310TemporalAccessor, using aDateTimeFormatter) (the contextual one, if available).