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