Package org.springframework.boot.convert

Support for type conversion.

See: Description

  • Class Summary 
    Class Description
    ApplicationConversionService
    A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most Spring Boot applications.
  • Enum Summary 
    Enum Description
    DurationStyle
    Duration format styles.
    PeriodStyle
    A standard set of Period units.
  • Annotation Types Summary 
    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.

Package org.springframework.boot.convert Description

Support for type conversion.