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