Interface ValueFilter
-
- All Known Implementing Classes:
FormatValueFilter
,SplitValueFilter
public interface ValueFilter
Value filter Used by the resolvers to
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
doFilter(IndexerBatchContext batchContext, IndexedProperty indexedProperty, java.lang.Object value)
-
-
-
Method Detail
-
doFilter
java.lang.Object doFilter(IndexerBatchContext batchContext, IndexedProperty indexedProperty, java.lang.Object value)
- 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
-
-