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