@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, waittoStringpublic static YearStringConverter create()
public EnhancedType<Year> type()
StringConvertertype in interface StringConverter<Year>public Year fromString(String string)
StringConverterfromString in interface StringConverter<Year>Copyright © 2020. All rights reserved.