| Class | Description |
|---|---|
| ApplicationConversionService |
A specialization of
FormattingConversionService configured by default with
converters and formatters appropriate for most Spring Boot applications. |
| Enum | Description |
|---|---|
| DurationStyle |
Duration format styles.
|
| PeriodStyle |
A standard set of
Period units. |
| Annotation Type | Description |
|---|---|
| DataSizeUnit |
Annotation that can be used to change the default unit used when converting a
DataSize. |
| Delimiter |
Declares a field or method parameter should be converted to collection using the
specified delimiter.
|
| DurationFormat |
Annotation that can be used to indicate the format to use when converting a
Duration. |
| DurationUnit |
Annotation that can be used to change the default unit used when converting a
Duration. |
| PeriodFormat |
Annotation that can be used to indicate the format to use when converting a
Period. |
| PeriodUnit |
Annotation that can be used to change the default unit used when converting a
Period. |