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