-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
GetQuery.GetQueryProvider
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description List<QueryValue<?>>
getKeys()
The keys to being retrieved from the querystatic GetQuery.GetQueryProvider
getProvider()
Returns theGetQuery.GetQueryProvider
instancestatic GetQuery
parse(String query)
Obtains an instance ofGetQuery
from a text string.
-
-
-
Method Detail
-
getKeys
List<QueryValue<?>> getKeys()
The keys to being retrieved from the query- Returns:
- the keys
-
parse
static GetQuery parse(String query)
Obtains an instance ofGetQuery
from a text string.- Parameters:
query
- the query- Returns:
GetQuery
instance- Throws:
NullPointerException
- when the query is nullQuerySyntaxException
- if the text cannot be parsedProviderNotFoundException
- when the provider is not found
-
getProvider
static GetQuery.GetQueryProvider getProvider()
Returns theGetQuery.GetQueryProvider
instance- Returns:
- the GetQueryProvider instance
- Throws:
ProviderNotFoundException
- when the provider is not found
-
-