Uses of Interface
io.keikai.json.JSONAware
Packages that use JSONAware
-
Uses of JSONAware in io.keikai.importer
Methods in io.keikai.importer with parameters of type JSONAwareModifier and TypeMethodDescriptionstatic 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.xmlModifier and TypeInterfaceDescriptioninterfaceInternal use to optimize the memory footprint.Classes in io.keikai.importer.xml that implement JSONAwareModifier and TypeClassDescriptionclasssee http://www.datypic.com/sc/ooxml/t-ssml_CT_Cell.htmlclasssee http://www.datypic.com/sc/ooxml/t-ssml_CT_Row.htmlclasssee http://www.datypic.com/sc/ooxml/e-ssml_sheetData-1.htmlMethods in io.keikai.importer.xml that return types with arguments of type JSONAwareMethods in io.keikai.importer.xml with parameters of type JSONAwareModifier and TypeMethodDescriptionvoidCell.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 JSONAwareModifier and TypeClassDescriptionclassJSONArray<T>A JSON array.classJSONObject<K,V> A JSON object.