Package | Description |
---|---|
org.apache.commons.beanutils.converters |
Standard implementations of the
Converter interface that are
pre-registered with ConvertUtils at
startup time. |
Modifier and Type | Field and Description |
---|---|
protected BooleanConverter |
BooleanArrayConverter.booleanConverter
Deprecated.
This object is used to perform the conversion of individual strings
into Boolean/boolean values.
|
Constructor and Description |
---|
BooleanArrayConverter(BooleanConverter converter,
Object defaultValue)
Deprecated.
Create a
Converter that will return
the specified default value if a conversion error occurs. |
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.