@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.
|
EnhancedType<Short> |
primitiveType()
The type supported by this converter.
|
EnhancedType<Short> |
type()
The type supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static ShortStringConverter create()
public EnhancedType<Short> type()
StringConvertertype in interface StringConverter<Short>public EnhancedType<Short> primitiveType()
PrimitiveConverterprimitiveType in interface PrimitiveConverter<Short>public Short fromString(String string)
StringConverterfromString in interface StringConverter<Short>Copyright © 2020. All rights reserved.