@Component
@ConfigurationPropertiesBinding
@Order(value=0)
public class IntegerToDurationConverter
extends java.lang.Object
implements org.springframework.core.convert.converter.Converter<java.lang.Integer,java.time.Duration>
| Constructor and Description |
|---|
IntegerToDurationConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Duration |
convert(java.lang.Integer source) |