Uses of Interface
dev.metaschema.databind.model.IBoundInstanceModelChoiceGroup
Packages that use IBoundInstanceModelChoiceGroup
Package
Description
Provides support for reading and writing Metaschema instance data in JSON
format.
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.Provides classes for model property information and data item handling.
-
Uses of IBoundInstanceModelChoiceGroup in dev.metaschema.databind.io.json
Methods in dev.metaschema.databind.io.json with parameters of type IBoundInstanceModelChoiceGroupModifier and TypeMethodDescriptionMetaschemaJsonReader.readChoiceGroupItem(IBoundObject parentItem, IBoundInstanceModelChoiceGroup instance) voidMetaschemaJsonWriter.writeChoiceGroupItem(IBoundObject item, IBoundInstanceModelChoiceGroup instance) -
Uses of IBoundInstanceModelChoiceGroup in dev.metaschema.databind.model
Methods in dev.metaschema.databind.model that return IBoundInstanceModelChoiceGroupModifier and TypeMethodDescriptionIBoundInstanceModelGroupedNamed.getParentContainer()IBoundInstanceModelChoiceGroup.newInstance(Field field, IBoundDefinitionModelAssembly containingDefinition) Create a new bound choice group instance.Methods in dev.metaschema.databind.model with parameters of type IBoundInstanceModelChoiceGroupModifier and TypeMethodDescriptionIBoundInstanceModelGroupedAssembly.newInstance(BoundGroupedAssembly annotation, IBoundInstanceModelChoiceGroup container) Create a new assembly model instance instance that is a member of a choice group instance.IBoundInstanceModelGroupedField.newInstance(BoundGroupedField annotation, IBoundInstanceModelChoiceGroup container) Create a new field model instance instance that is a member of a choice group instance. -
Uses of IBoundInstanceModelChoiceGroup in dev.metaschema.databind.model.info
Methods in dev.metaschema.databind.model.info with parameters of type IBoundInstanceModelChoiceGroupModifier and TypeMethodDescriptionIItemReadHandler.readChoiceGroupItem(IBoundObject parent, IBoundInstanceModelChoiceGroup instance) Parse and return an item.voidIItemWriteHandler.writeChoiceGroupItem(IBoundObject item, IBoundInstanceModelChoiceGroup instance) Write an item.