Package com.inductiveautomation.ignition.common.script.adapters
package com.inductiveautomation.ignition.common.script.adapters
-
ClassesClassDescriptionAn extensible Jython object adapter that handles the conversion of Ignition Document types (Document, DocumentArray, DocumentPrimitive) into their corresponding Jython-friendly wrappers.Adapts Gson's
LazilyParsedNumberto an appropriate Python numeric type (Long or Double) by parsing its string representation.An extensible Jython object adapter for converting Gson JSON elements (JsonObject, JsonArray, JsonPrimitive) into Jython-friendly structures.A Jython wrapper for IgnitionDocumentArrayobjects.A Jython wrapper for IgnitionDocumentobjects.A Jython wrapper for GsonJsonArrays.A Jython wrapper for GsonJsonObjects.APyIteratorthat wraps a JavaIteratorofPyObjects, providing a standard Python iterator interface.