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