Uses of Class
org.eclipse.lemminx.customservice.synapse.schemagen.xsd.JsonSchemaNode
Packages that use JsonSchemaNode
-
Uses of JsonSchemaNode in org.eclipse.lemminx.customservice.synapse.schemagen.xsd
Subclasses of JsonSchemaNode in org.eclipse.lemminx.customservice.synapse.schemagen.xsdModifier and TypeClassDescriptionclassThe JsonSchemaArrayNode class represents a JSON Schema node for array types.classThe JsonSchemaElementValueNode class represents a JSON Schema node for element values.classThe JsonSchemaObjectNode class represents a JSON Schema node for object types.classThe JsonSchemaOneOfNode class represents a JSON Schema node for the "oneOf" keyword.Methods in org.eclipse.lemminx.customservice.synapse.schemagen.xsd with parameters of type JsonSchemaNodeModifier and TypeMethodDescriptionvoidJsonSchemaArrayNode.addItem(JsonSchemaNode item) Adds an item to the array node of this JSON Schema array node.