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