Interface StringQueryParser<T extends Storable>

All Known Implementing Classes:
QueryParser
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface StringQueryParser<T extends Storable>
Parses string based queries.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse​(String expression)
    Parses a string into a builder.
  • Method Details

    • parse

      QueryBuilder<T> parse(String expression)
      Parses a string into a builder.
      Parameters:
      expression - the expression to parse.
      Returns:
      the constructed query