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