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