Uses of Interface
com.epimorphics.json.JSONWritable
-
Packages that use JSONWritable Package Description com.epimorphics.json com.epimorphics.tasks -
-
Uses of JSONWritable in com.epimorphics.json
Classes in com.epimorphics.json that implement JSONWritable Modifier and Type Class Description classJSONSerializerSupport output of lists and maps to a JSON streamclassJSONWritableObjectA streaming JSON object.Fields in com.epimorphics.json with type parameters of type JSONWritable Modifier and Type Field Description protected Map<String,JSONWritable>JSONWritableObject. objectMethods in com.epimorphics.json that return JSONWritable Modifier and Type Method Description JSONWritableJSONWritableObject. get(String key)Methods in com.epimorphics.json with parameters of type JSONWritable Modifier and Type Method Description voidJSFullWriter. pair(String key, JSONWritable jw)voidJSONWritableObject. put(String key, JSONWritable value)Method parameters in com.epimorphics.json with type arguments of type JSONWritable Modifier and Type Method Description voidJSONWritableObject. put(String key, List<JSONWritable> values) -
Uses of JSONWritable in com.epimorphics.tasks
Classes in com.epimorphics.tasks that implement JSONWritable Modifier and Type Class Description classLiveProgressMonitorSimple progress monitor which reports progress messages live to stderr.classProgressMessageSimple progress message format which can be serialized to JSON.classSimpleProgressMonitorSimple implementation of progress monitor/reporter for in-process reporting.Methods in com.epimorphics.tasks that return JSONWritable Modifier and Type Method Description JSONWritableProgressMonitor. viewUpdatesSince(int offset)Return a JSON view onto the status of the monitor including any messages since the given offset.JSONWritableSimpleProgressMonitor. viewUpdatesSince(int offset)Return a JSON view onto the status of the monitor including any messages since the given offset.
-