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