Class JsonSchemaBuilder
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.jsonschema.JsonSchemaBuilder
 
- 
 public class JsonSchemaBuilder extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description JsonSchemaBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JsonSchemabuild()JsonSchemaBuilderuseRefCache(boolean use)JsonSchemaBuilderwithNode(com.inductiveautomation.ignition.common.gson.JsonElement schemaNode)JsonSchemaBuilderwithParent(JsonSchema parent)JsonSchemaBuilderwithSchemaPath(java.lang.String schemaPath)JsonSchemaBuilderwithSubSchema(JsonSchema subSchema)
 
- 
- 
- 
Method Detail- 
withNodepublic JsonSchemaBuilder withNode(com.inductiveautomation.ignition.common.gson.JsonElement schemaNode) 
 - 
withSchemaPathpublic JsonSchemaBuilder withSchemaPath(java.lang.String schemaPath) 
 - 
withParentpublic JsonSchemaBuilder withParent(JsonSchema parent) 
 - 
withSubSchemapublic JsonSchemaBuilder withSubSchema(JsonSchema subSchema) 
 - 
useRefCachepublic JsonSchemaBuilder useRefCache(boolean use) 
 - 
buildpublic JsonSchema build() 
 
- 
 
-