| Package | Description |
|---|---|
| com.epimorphics.json | |
| com.epimorphics.tasks |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONSerializer
Support output of lists and maps to a JSON stream
|
class |
JSONWritableObject
A streaming JSON object.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JSONWritable> |
JSONWritableObject.object |
| Modifier and Type | Method and Description |
|---|---|
JSONWritable |
JSONWritableObject.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSFullWriter.pair(String key,
JSONWritable jw) |
void |
JSONWritableObject.put(String key,
JSONWritable value) |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONWritableObject.put(String key,
List<JSONWritable> values) |
| Modifier and Type | Class and Description |
|---|---|
class |
LiveProgressMonitor
Simple progress monitor which reports progress messages live to stderr.
|
class |
ProgressMessage
Simple progress message format which can be serialized to JSON.
|
class |
SimpleProgressMonitor
Simple implementation of progress monitor/reporter for in-process reporting.
|
| Modifier and Type | Method and Description |
|---|---|
JSONWritable |
SimpleProgressMonitor.viewUpdatesSince(int offset)
Return a JSON view onto the status of the monitor including any messages
since the given offset.
|
JSONWritable |
ProgressMonitor.viewUpdatesSince(int offset)
Return a JSON view onto the status of the monitor including any messages
since the given offset.
|
Copyright © 2015. All rights reserved.