Uses of Class
org.apache.commons.beanutils.converters.BooleanConverter

Packages that use BooleanConverter
org.apache.commons.beanutils.converters Standard implementations of the Converter interface that are pre-registered with ConvertUtils at startup time. 
 

Uses of BooleanConverter in org.apache.commons.beanutils.converters
 

Fields in org.apache.commons.beanutils.converters declared as BooleanConverter
protected  BooleanConverter BooleanArrayConverter.booleanConverter
          Deprecated. This object is used to perform the conversion of individual strings into Boolean/boolean values.
 

Constructors in org.apache.commons.beanutils.converters with parameters of type BooleanConverter
BooleanArrayConverter(BooleanConverter converter, Object defaultValue)
          Deprecated. Create a Converter that will return the specified default value if a conversion error occurs.
 



Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.