Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundInstanceModelGroupedNamed
Package
Description
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 IBoundInstanceModelGroupedNamed in gov.nist.secauto.metaschema.databind.model
Modifier and TypeInterfaceDescriptioninterface
Represents an assembly model instance that is a member of a choice group instance.interface
Represents a field model instance that is a member of a choice group instance.Modifier and TypeMethodDescriptionIBoundInstanceModelChoiceGroup.getGroupedModelInstance
(Class<?> clazz) Get the bound grouped model instance associated with the provided Java class.IBoundInstanceModelChoiceGroup.getGroupedModelInstance
(String discriminator) Get the bound grouped model instance associated with the provided JSON discriminator value.IBoundInstanceModelChoiceGroup.getGroupedModelInstance
(QName name) Get the bound grouped model instance associated with the provided XML qualified name.default IBoundInstanceModelGroupedNamed
IBoundInstanceModelChoiceGroup.getItemInstance
(Object item) Get the bound grouped model instance associated with the provided item.IBoundContainerModelChoiceGroup.getNamedModelInstanceByName
(QName name) Modifier and TypeMethodDescriptionCollection<? extends IBoundInstanceModelGroupedNamed>
IBoundContainerModelChoiceGroup.getModelInstances()
Collection<? extends IBoundInstanceModelGroupedNamed>
IBoundContainerModelChoiceGroup.getNamedModelInstances()