Uses of Class
de.fraunhofer.iosb.ilt.configurable.JsonSchema.RootSchema
-
Packages that use RootSchema Package Description de.fraunhofer.iosb.ilt.configurable de.fraunhofer.iosb.ilt.configurable.editor de.fraunhofer.iosb.ilt.configurable.JsonSchema -
-
Uses of RootSchema in de.fraunhofer.iosb.ilt.configurable
Methods in de.fraunhofer.iosb.ilt.configurable that return RootSchema Modifier and Type Method Description default RootSchemaConfigEditor. getJsonRootSchema()Get the Schema for this editor, in the form of a root schema.Methods in de.fraunhofer.iosb.ilt.configurable with parameters of type RootSchema Modifier and Type Method Description SchemaItemConfigEditor. getJsonSchema(RootSchema rootSchema)Get the JSON Schema for this editor, using the given rootSchema for shared $defs. -
Uses of RootSchema in de.fraunhofer.iosb.ilt.configurable.editor
Methods in de.fraunhofer.iosb.ilt.configurable.editor with parameters of type RootSchema Modifier and Type Method Description SchemaItemAbstractEditorMap. getJsonSchema(RootSchema rootSchema)SchemaItemEditorBigDecimal. getJsonSchema(RootSchema rootSchema)SchemaItemEditorBoolean. getJsonSchema(RootSchema rootSchema)SchemaItemEditorClass. getJsonSchema(RootSchema rootSchema)SchemaItemEditorColor. getJsonSchema(RootSchema rootSchema)SchemaItemEditorDouble. getJsonSchema(RootSchema rootSchema)SchemaItemEditorEnum. getJsonSchema(RootSchema rootSchema)SchemaItemEditorInt. getJsonSchema(RootSchema rootSchema)SchemaItemEditorList. getJsonSchema(RootSchema rootSchema)SchemaItemEditorLong. getJsonSchema(RootSchema rootSchema)SchemaItemEditorNull. getJsonSchema(RootSchema rootSchema)SchemaItemEditorString. getJsonSchema(RootSchema rootSchema)SchemaItemEditorSubclass. getJsonSchema(RootSchema rootSchema) -
Uses of RootSchema in de.fraunhofer.iosb.ilt.configurable.JsonSchema
Methods in de.fraunhofer.iosb.ilt.configurable.JsonSchema that return RootSchema Modifier and Type Method Description RootSchemaRootSchema. setDescription(String description)RootSchemaRootSchema. setTitle(String title)Methods in de.fraunhofer.iosb.ilt.configurable.JsonSchema with parameters of type RootSchema Modifier and Type Method Description com.google.gson.JsonElementRootSchema.RootSchemaSerialiser. serialize(RootSchema t, Type type, com.google.gson.JsonSerializationContext jsc)
-