public class BooleanFilterHandler extends FilterHandler<Boolean>
FilterHandler that provides support for Boolean values.| Constructor and Description |
|---|
BooleanFilterHandler() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
convertToObject(String value)
Converts a filter value in string representation to native representation.
|
String |
convertToString(Boolean object)
Converts a filter value in native representation to string representation.
|
public Boolean convertToObject(String value)
FilterHandlerconvertToObject in class FilterHandler<Boolean>value - the string representation of the filter valuepublic String convertToString(Boolean object)
FilterHandlerconvertToString in class FilterHandler<Boolean>object - the native representation of the filter valueCopyright © 2012. All Rights Reserved.