Interface ValueFilter
- All Known Implementing Classes:
FormatValueFilter,SplitValueFilter
public interface ValueFilter
Value filter
Used by the resolvers to
-
Method Summary
Modifier and TypeMethodDescriptiondoFilter(IndexerBatchContext batchContext, IndexedProperty indexedProperty, Object value)
-
Method Details
-
doFilter
- Parameters:
batchContext- - The batch contextindexedProperty- - The indexed properties that should contains the Bean Id of the formatter beanvalue- - The object to apply the filter on- Returns:
- Object value after applying the filter
-