| Package | Description |
|---|---|
| com.github.thomasridd.flatsy | |
| com.github.thomasridd.flatsy.query | |
| com.github.thomasridd.flatsy.query.matchers |
| Modifier and Type | Method and Description |
|---|---|
FlatsyCursor |
FlatsyObject.query(FlatsyMatcher flatsyMatcher) |
FlatsyCursor |
FlatsyObject.query(FlatsyQueryType type,
FlatsyMatcher flatsyMatcher) |
| Modifier and Type | Method and Description |
|---|---|
FlatsyQuery |
FlatsyQuery.query(FlatsyMatcher matcher) |
FlatsyCursor |
FlatsyCursor.query(FlatsyMatcher matcher) |
FlatsyQuery |
FlatsyQuery.query(FlatsyQueryType type,
FlatsyMatcher matcher) |
FlatsyCursor |
FlatsyCursor.query(FlatsyQueryType type,
FlatsyMatcher matcher) |
| Constructor and Description |
|---|
FlatsyQuery(FlatsyMatcher matcher) |
FlatsyQuery(FlatsyQueryType type,
FlatsyMatcher matcher) |
| Modifier and Type | Class and Description |
|---|---|
class |
All
Created by Tom.Ridd on 15/08/15.
|
class |
Find
Created by Tom.Ridd on 15/08/15.
|
class |
IsFile
Created by Tom.Ridd on 15/08/15.
|
class |
IsFolder
Created by Tom.Ridd on 15/08/15.
|
class |
JSONPathAtLeastOne
Created by Tom.Ridd on 15/08/15.
|
class |
JSONPathEquals
Created by Tom.Ridd on 15/08/15.
|
class |
JSONPathExists
Created by Tom.Ridd on 15/08/15.
|
class |
JSONPathOneOf
Created by Tom.Ridd on 15/08/15.
|
class |
JSONValid
Created by Tom.Ridd on 15/08/15.
|
class |
Not
Created by Tom.Ridd on 14/10/15.
|
class |
Or
Created by Tom.Ridd on 15/08/15.
|
class |
UriContains
Created by Tom.Ridd on 15/08/15.
|
class |
UriEndsWith
Created by Tom.Ridd on 15/08/15.
|
class |
UriStartsWith
Created by Tom.Ridd on 15/08/15.
|
| Modifier and Type | Method and Description |
|---|---|
static FlatsyMatcher |
MatcherCommandLineParser.matcher(String filter)
Get a matcher based on a Flatsy query language string
|
static FlatsyMatcher |
FlatsyMatcherBuilder.queryStringToMatcher(String query)
tries to parse a query string to a FlatsyMatcher object
|
| Constructor and Description |
|---|
Not(FlatsyMatcher matcher) |
Or(FlatsyMatcher matcher1,
FlatsyMatcher matcher2) |
Copyright © 2015. All rights reserved.