Interface FilterParser


public interface FilterParser
Transforms a string containing an OData filter into a manageable Expression.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String filterString)
    Returns an Expression from a string.