@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, wait
toString
public static PeriodStringConverter create()
public EnhancedType<Period> type()
StringConverter
type
in interface StringConverter<Period>
public Period fromString(String string)
StringConverter
fromString
in interface StringConverter<Period>
Copyright © 2021. All rights reserved.