Uses of Class
org.apache.commons.beanutils.converters.BooleanConverter
-
Packages that use BooleanConverter Package Description org.apache.commons.beanutils.converters Standard implementations of theConverterinterface that are pre-registered withConvertUtilsat 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 BooleanConverterBooleanArrayConverter. booleanConverterDeprecated.This object is used to perform the conversion of individual strings into Boolean/boolean values.private static BooleanConverterBooleanArrayConverter. DEFAULT_CONVERTERDeprecated.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 aConverterthat will return the specified default value if a conversion error occurs.
-