| Constructor and Description |
|---|
SecondsConverter() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Seconds |
convertFrom(String value)
Returns a
Seconds instance representing the specified String value. |
String |
convertTo(org.joda.time.Seconds value)
Returns a
String instance representing the configuration parameter's value. |
public org.joda.time.Seconds convertFrom(String value)
Seconds instance representing the specified String value.convertFrom in interface Converter<org.joda.time.Seconds>value - The configuration parameter's String valueSeconds instance representing the configuration parameter's valueCopyright © 2022. All rights reserved.