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