Package org.springframework.boot.convert


package org.springframework.boot.convert
Support for type conversion.
  • Class
    Description
    A specialization of FormattingConversionService configured by default with converters and formatters appropriate for most Spring Boot applications.
    Annotation that can be used to change the default unit used when converting a DataSize.
    Declares a field or method parameter should be converted to collection using the specified delimiter.
    Annotation that can be used to indicate the format to use when converting a Duration.
    Duration format styles.
    Annotation that can be used to change the default unit used when converting a Duration.
    Annotation that can be used to indicate the format to use when converting a Period.
    A standard set of Period units.
    Annotation that can be used to change the default unit used when converting a Period.