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