Package com.codingchili.core.storage
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.
Parses string based queries.
-
Method Summary
Modifier and TypeMethodDescriptionParses a string into a builder.
-
Method Details
-
parse
Parses a string into a builder.- Parameters:
expression
- the expression to parse.- Returns:
- the constructed query
-