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