Uses of Class
org.springframework.format.datetime.standard.DateTimeContext
Package
Description
Integration with the JSR-310
java.time
package in JDK 8.-
Uses of DateTimeContext in org.springframework.format.datetime.standard
Modifier and TypeMethodDescriptionstatic DateTimeContext
DateTimeContextHolder.getDateTimeContext()
Return the DateTimeContext associated with the current thread, if any.Modifier and TypeMethodDescriptionstatic void
DateTimeContextHolder.setDateTimeContext
(DateTimeContext dateTimeContext) Associate the given DateTimeContext with the current thread.