Uses of Interface
gov.nist.secauto.metaschema.databind.model.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
Modifier and TypeMethodDescriptionMetaschemaJsonReader.readChoiceGroupItem
(IBoundObject parentItem, IBoundInstanceModelChoiceGroup instance) void
MetaschemaJsonWriter.writeChoiceGroupItem
(IBoundObject item, IBoundInstanceModelChoiceGroup instance) -
Uses of IBoundInstanceModelChoiceGroup in gov.nist.secauto.metaschema.databind.model
Modifier and TypeMethodDescriptionIBoundContainerModelAssembly.getChoiceGroupInstanceByName
(String name) IBoundInstanceModelGroupedNamed.getParentContainer()
IBoundInstanceModelChoiceGroup.newInstance
(Field field, IBoundDefinitionModelAssembly containingDefinition) Create a new bound choice group instance.Modifier and TypeMethodDescriptionMap<String,
? extends IBoundInstanceModelChoiceGroup> IBoundContainerModelAssembly.getChoiceGroupInstances()
Modifier 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
Modifier and TypeMethodDescriptionIItemReadHandler.readChoiceGroupItem
(IBoundObject parent, IBoundInstanceModelChoiceGroup instance) Parse and return an item.void
IItemWriteHandler.writeChoiceGroupItem
(IBoundObject item, IBoundInstanceModelChoiceGroup instance) Write an item.