Class JsonSchemaBuilder
java.lang.Object
com.inductiveautomation.ignition.common.jsonschema.JsonSchemaBuilder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()useRefCache(boolean use) withNode(com.inductiveautomation.ignition.common.gson.JsonElement schemaNode) withParent(JsonSchema parent) withSchemaPath(String schemaPath) withSubSchema(JsonSchema subSchema) 
- 
Constructor Details- 
JsonSchemaBuilderpublic JsonSchemaBuilder()
 
- 
- 
Method Details- 
withNodepublic JsonSchemaBuilder withNode(com.inductiveautomation.ignition.common.gson.JsonElement schemaNode) 
- 
withSchemaPath
- 
withParent
- 
withSubSchema
- 
useRefCache
- 
build
 
-