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