Uses of Interface
gov.nist.secauto.metaschema.databind.model.IBoundInstanceModel
Packages that use IBoundInstanceModel
Package
Description
Supports reading and writing XML 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 IBoundInstanceModel in gov.nist.secauto.metaschema.databind.io.xml
Methods in gov.nist.secauto.metaschema.databind.io.xml with parameters of type IBoundInstanceModelModifier and TypeMethodDescriptionprotected booleanMetaschemaXmlReader.isNextInstance(IBoundInstanceModel<?> targetInstance) Determine if the next data to read corresponds to the next model instance.<T> booleanIXmlParsingContext.readItems(IBoundInstanceModel<T> instance, IBoundObject parentObject, boolean parseGrouping) Read the data associated with theinstanceand apply it to the providedparentObject.<T> booleanMetaschemaXmlReader.readItems(IBoundInstanceModel<T> instance, IBoundObject parentObject, boolean parseGrouping) Read the data associated with theinstanceand apply it to the providedparentObject.Method parameters in gov.nist.secauto.metaschema.databind.io.xml with type arguments of type IBoundInstanceModelModifier and TypeMethodDescriptiondefault voidIXmlProblemHandler.handleMissingModelInstances(IBoundDefinitionModelAssembly parentDefinition, IBoundObject targetObject, Collection<? extends IBoundInstanceModel<?>> unhandledInstances) A callback used to handle bound model instances for which no data was found when the content was parsed. - 
Uses of IBoundInstanceModel in gov.nist.secauto.metaschema.databind.model
Subinterfaces of IBoundInstanceModel in gov.nist.secauto.metaschema.databind.modelModifier and TypeInterfaceDescriptioninterfaceRepresents an assembly instance bound to Java field.interfaceRepresents a choice group instance bound to Java field.interfaceIBoundInstanceModelField<ITEM>interfaceinterfaceinterfaceIBoundInstanceModelNamed<ITEM> - 
Uses of IBoundInstanceModel in gov.nist.secauto.metaschema.databind.model.info
Methods in gov.nist.secauto.metaschema.databind.model.info that return IBoundInstanceModelModifier and TypeMethodDescriptionAbstractModelInstanceCollectionInfo.getInstance()AbstractModelInstanceReadHandler.getInstance()Get the model instance associated with this handler.AbstractModelInstanceWriteHandler.getInstance()Get the associated instance.IModelInstanceCollectionInfo.getInstance()Get the associated instance binding for which this info is for.Methods in gov.nist.secauto.metaschema.databind.model.info with parameters of type IBoundInstanceModelModifier and TypeMethodDescriptionstatic <T> IModelInstanceCollectionInfo<T>IModelInstanceCollectionInfo.of(IBoundInstanceModel<T> instance) Constructors in gov.nist.secauto.metaschema.databind.model.info with parameters of type IBoundInstanceModelModifierConstructorDescriptionprotectedAbstractModelInstanceReadHandler(IBoundInstanceModel<ITEM> instance, IBoundObject parentObject)