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