JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.springframework.boot.convert
PeriodFormat
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Required Element Summary
Element Details
value
Annotation Interface PeriodFormat
@Target
({
FIELD
,
PARAMETER
})
@Retention
(
RUNTIME
)
@Documented
public @interface
PeriodFormat
Annotation that can be used to indicate the format to use when converting a
Period
.
Since:
2.3.0
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
PeriodStyle
value
The
Period
format style.
Element Details
value
PeriodStyle
value
The
Period
format style.
Returns:
the period format style.