Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundInstanceModelChoiceGroup
Packages that use IBoundInstanceModelChoiceGroup
Package
Description
Supports reading and writing JSON instance data.
Provides an overlay of the Metaschema module model
(
gov.nist.secauto.metaschema.core.model
) using bound Java class
annotations (gov.nist.secauto.metaschema.databind.model.annotations
)
to represent module constructs annotated on Java classes.-
Uses of IBoundInstanceModelChoiceGroup in gov.nist.secauto.metaschema.databind.io.json
Methods in gov.nist.secauto.metaschema.databind.io.json with parameters of type IBoundInstanceModelChoiceGroupModifier and TypeMethodDescriptionMetaschemaJsonReader.readChoiceGroupItem
(IBoundObject parentItem, IBoundInstanceModelChoiceGroup instance) void
MetaschemaJsonWriter.writeChoiceGroupItem
(IBoundObject item, IBoundInstanceModelChoiceGroup instance) -
Uses of IBoundInstanceModelChoiceGroup in gov.nist.secauto.metaschema.databind.model
Methods in gov.nist.secauto.metaschema.databind.model that return IBoundInstanceModelChoiceGroupModifier and TypeMethodDescriptionIBoundInstanceModelGroupedNamed.getParentContainer()
IBoundInstanceModelChoiceGroup.newInstance
(Field field, IBoundDefinitionModelAssembly containingDefinition) Create a new bound choice group instance.Methods in gov.nist.secauto.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 gov.nist.secauto.metaschema.databind.model.info
Methods in gov.nist.secauto.metaschema.databind.model.info with parameters of type IBoundInstanceModelChoiceGroupModifier and TypeMethodDescriptionIItemReadHandler.readChoiceGroupItem
(IBoundObject parent, IBoundInstanceModelChoiceGroup instance) Parse and return an item.void
IItemWriteHandler.writeChoiceGroupItem
(IBoundObject item, IBoundInstanceModelChoiceGroup instance) Write an item.