Interface ValueFilter

All Known Implementing Classes:
FormatValueFilter, SplitValueFilter

public interface ValueFilter
Value filter Used by the resolvers to
  • Method Details

    • doFilter

      Object doFilter(IndexerBatchContext batchContext, IndexedProperty indexedProperty, Object value)
      Parameters:
      batchContext - - The batch context
      indexedProperty - - The indexed properties that should contains the Bean Id of the formatter bean
      value - - The object to apply the filter on
      Returns:
      Object value after applying the filter