Uses of Interface
io.keikai.json.JSONAware
-
Packages that use JSONAware Package Description io.keikai.importer io.keikai.importer.xml io.keikai.json -
-
Uses of JSONAware in io.keikai.importer
Methods in io.keikai.importer with parameters of type JSONAware Modifier and Type Method Description static void
XlsxParser. parseElement(XMLStreamReader reader, JSONAware json, Map<String,Supplier<JSONNode>> schemaNodes)
-
Uses of JSONAware in io.keikai.importer.xml
Subinterfaces of JSONAware in io.keikai.importer.xml Modifier and Type Interface Description interface
JSONNode
Internal use to optimize the memory footprint.Classes in io.keikai.importer.xml that implement JSONAware Modifier and Type Class Description class
Cell
see http://www.datypic.com/sc/ooxml/t-ssml_CT_Cell.htmlclass
Row
see http://www.datypic.com/sc/ooxml/t-ssml_CT_Row.htmlclass
SheetData
see http://www.datypic.com/sc/ooxml/e-ssml_sheetData-1.htmlMethods in io.keikai.importer.xml that return types with arguments of type JSONAware Modifier and Type Method Description JSONArray<JSONAware>
Row. getCells()
Methods in io.keikai.importer.xml with parameters of type JSONAware Modifier and Type Method Description void
Cell. addElement(String name, JSONAware element)
void
JSONNode. addElement(String name, JSONAware element)
void
Row. addElement(String name, JSONAware element)
void
SheetData. addElement(String name, JSONAware element)
-
Uses of JSONAware in io.keikai.json
Classes in io.keikai.json that implement JSONAware Modifier and Type Class Description class
JSONArray<T>
A JSON array.class
JSONObject<K,V>
A JSON object.
-