Uses of Interface
org.json.XMLXsiTypeConverter
-
-
Uses of XMLXsiTypeConverter in org.json
Methods in org.json that return types with arguments of type XMLXsiTypeConverter Modifier and Type Method Description Map<String,XMLXsiTypeConverter<?>>XMLParserConfiguration. getXsiTypeMap()When parsing the XML into JSON, specifies that the values with attribute xsi:type will be converted to target type defined to client in this configurationMap<String, XMLXsiTypeConverter<?>>to parse values with attribute xsi:type="integer" as integer, xsi:type="string" as stringMethods in org.json with parameters of type XMLXsiTypeConverter Modifier and Type Method Description static ObjectXML. stringToValue(String string, XMLXsiTypeConverter<?> typeConverter)This method tries to convert the given string value to the target objectMethod parameters in org.json with type arguments of type XMLXsiTypeConverter Modifier and Type Method Description XMLParserConfigurationXMLParserConfiguration. withXsiTypeMap(Map<String,XMLXsiTypeConverter<?>> xsiTypeMap)When parsing the XML into JSON, specifies that the values with attribute xsi:type will be converted to target type defined to client in this configurationMap<String, XMLXsiTypeConverter<?>>to parse values with attribute xsi:type="integer" as integer, xsi:type="string" as string
-