| Package | Description |
|---|---|
| com.github.thomasridd.flatsy | |
| com.github.thomasridd.flatsy.operations | |
| com.github.thomasridd.flatsy.operations.operators | |
| com.github.thomasridd.flatsy.query |
| Modifier and Type | Method and Description |
|---|---|
void |
FlatsyObject.apply(FlatsyOperator operator) |
void |
FlatsyFlatFileDatabase.update(FlatsyObject object,
FlatsyOperator update) |
void |
FlatsyDatabase.update(FlatsyObject object,
FlatsyOperator update)
Update the object using a FlatsyOperator
|
| Constructor and Description |
|---|
FlatsyWorker(FlatsyOperator operation)
Apply an operation to all objects identified by a cursor
|
| Modifier and Type | Class and Description |
|---|---|
class |
Copy
Created by thomasridd on 18/08/15.
|
class |
CopyTo
Created by thomasridd on 18/08/15.
|
class |
Delete
Created by thomasridd on 18/08/15.
|
class |
JSONObjectsToOutput
Created by thomasridd on 18/08/15.
|
class |
JSONPathAdd
Created by thomasridd on 18/08/15.
|
class |
JSONPathPut
Created by thomasridd on 18/08/15.
|
class |
JSONPathsToOutput
Created by thomasridd on 18/08/15.
|
class |
JSONValidate
Created by thomasridd on 18/08/15.
|
class |
Replace |
class |
UriToMap
Created by thomasridd on 18/08/15.
|
class |
UriToOutput
Created by thomasridd on 18/08/15.
|
| Modifier and Type | Method and Description |
|---|---|
static FlatsyOperator |
FlatsyOperatorBuilder.operatorStringToOperator(String operator)
tries to parse a query string to a FlatsyOperator object
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlatsyCursor.apply(FlatsyOperator operation) |
Copyright © 2015. All rights reserved.