public class BytePatternFormat extends NumberPatternFormat<Byte>
| Constructor and Description |
|---|
BytePatternFormat() |
BytePatternFormat(String pattern,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
Byte |
parse(String string)
Parses a String into an object
|
format, getLocale, getNumberFormat, getPattern, getPrecision, getRounding, setLocale, setPattern, setPrecision, setRoundingApache Camel