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