T - the type of the filter valuepublic abstract class FilterHandler<T> extends Object
| Constructor and Description |
|---|
FilterHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
convertToObject(String value)
Converts a filter value in string representation to native representation.
|
abstract String |
convertToString(T object)
Converts a filter value in native representation to string representation.
|
Copyright © 2012. All Rights Reserved.