@ThreadSafe @Immutable public class PeriodStringConverter extends Object implements StringConverter<Period>
| Modifier and Type | Method and Description |
|---|---|
static PeriodStringConverter |
create() |
Period |
fromString(String string)
Convert the provided string into an object.
|
EnhancedType<Period> |
type()
The type supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static PeriodStringConverter create()
public EnhancedType<Period> type()
StringConvertertype in interface StringConverter<Period>public Period fromString(String string)
StringConverterfromString in interface StringConverter<Period>Copyright © 2020. All rights reserved.