Uses of Class
org.apache.commons.beanutils.converters.BooleanConverter
-
Packages that use BooleanConverter Package Description org.apache.commons.beanutils.converters Standard implementations of theConverter
interface that are pre-registered withConvertUtils
at startup time. -
-
Uses of BooleanConverter in org.apache.commons.beanutils.converters
Fields in org.apache.commons.beanutils.converters declared as BooleanConverter Modifier and Type Field Description protected BooleanConverter
BooleanArrayConverter. booleanConverter
Deprecated.This object is used to perform the conversion of individual strings into Boolean/boolean values.private static BooleanConverter
BooleanArrayConverter. DEFAULT_CONVERTER
Deprecated.The converter that all instances of this class will use to do individual string->boolean conversions, unless overridden in the constructor.Constructors in org.apache.commons.beanutils.converters with parameters of type BooleanConverter Constructor Description BooleanArrayConverter(BooleanConverter converter, java.lang.Object defaultValue)
Deprecated.Create aConverter
that will return the specified default value if a conversion error occurs.
-