public static class StandardConverters.ShortConverter extends StandardConverters.StringToNumberConverter<Short>
defaultValue| Constructor and Description |
|---|
StandardConverters.ShortConverter(Short defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
protected Short |
fromString(String value,
TypeInfo<Short> type) |
convertpublic StandardConverters.ShortConverter(Short defaultValue)
protected Short fromString(String value, TypeInfo<Short> type)
fromString in class StandardConverters.StringToNumberConverter<Short>Copyright © 2016. All rights reserved.