@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, wait
toString
public static ShortStringConverter create()
public EnhancedType<Short> type()
StringConverter
type
in interface StringConverter<Short>
public EnhancedType<Short> primitiveType()
PrimitiveConverter
primitiveType
in interface PrimitiveConverter<Short>
public Short fromString(String string)
StringConverter
fromString
in interface StringConverter<Short>
Copyright © 2022. All rights reserved.