public class ByteConverter extends AbstractConverter<Byte>
Byte.valueOf(value) for the
conversion.logger| Constructor and Description |
|---|
ByteConverter() |
public Byte convert(String value)
value - The string to be converted. May be null.null if the value is null, empty or in the wrong
format, otherwise Byte.valueOf(value)name.pehl.piriti.converter.client.Converter#convert(java.lang.String,
java.lang.String)Copyright © 2013 Harald Pehl. All Rights Reserved.