Class ValidationDocumentNode


  • public class ValidationDocumentNode
    extends DocumentNode
    ValidationDocumentNode which extends DocumentNode, is used to transform the value of complex document nodes to it's acceptable validation form. i.e. transforming a dataset which is represented as a string in the json editor into a form that can be properly validated to be an actual dataset.
    • Constructor Detail

      • ValidationDocumentNode

        public ValidationDocumentNode​(DocumentNode copy)
    • Method Detail

      • toJson

        public com.inductiveautomation.ignition.common.gson.JsonElement toJson()
        Overrides:
        toJson in class DocumentNode