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