Uses of Interface
dev.metaschema.core.model.IJsonInstance
Packages that use IJsonInstance
Package
Description
Core Metaschema model interfaces and implementations.
Provides an overlay of the Metaschema module model
(
dev.metaschema.core.model) using bound Java class annotations
(dev.metaschema.databind.model.annotations) to represent module
constructs annotated on Java classes.-
Uses of IJsonInstance in dev.metaschema.core.model
Subinterfaces of IJsonInstance in dev.metaschema.core.modelModifier and TypeInterfaceDescriptioninterfaceRepresents an assembly instance that appears directly within an assembly definition.interfaceAn Metaschema model instance representing a grouped set of objects consisting of heterogeneous object types.interfaceRepresents a field instance that appears directly within an assembly definition.interfaceRepresents a named model instance with absolute positioning and JSON serialization support.Classes in dev.metaschema.core.model that implement IJsonInstanceModifier and TypeClassDescriptionclassAbstractChoiceGroupInstance<PARENT extends IAssemblyDefinition,NAMED_MODEL extends INamedModelInstanceGrouped, FIELD extends IFieldInstanceGrouped, ASSEMBLY extends IAssemblyInstanceGrouped> A base class for a choice group that is a member of a containing model. -
Uses of IJsonInstance in dev.metaschema.databind.model
Subinterfaces of IJsonInstance in dev.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents an assembly instance bound to Java field.interfaceRepresents a choice group instance bound to Java field.interfaceIBoundInstanceModelField<ITEM>Represents a field instance bound to a Java field.interfaceRepresents a bound field instance that contains complex (non-scalar) data, such as an object with flags and a value.interfaceRepresents a bound field instance that contains scalar (simple) data, such as a string or number value.interfaceIBoundInstanceModelNamed<ITEM>Represents a bound model instance that is named and can be addressed by that name in the Metaschema model.