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 voidXlsxParser. 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 interfaceJSONNodeInternal use to optimize the memory footprint.Classes in io.keikai.importer.xml that implement JSONAware Modifier and Type Class Description classCellsee http://www.datypic.com/sc/ooxml/t-ssml_CT_Cell.htmlclassRowsee http://www.datypic.com/sc/ooxml/t-ssml_CT_Row.htmlclassSheetDatasee 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 voidCell. addElement(String name, JSONAware element)voidJSONNode. addElement(String name, JSONAware element)voidRow. addElement(String name, JSONAware element)voidSheetData. 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 classJSONArray<T>A JSON array.classJSONObject<K,V>A JSON object.
-