Uses of Interface
gov.nist.secauto.metaschema.databind.model.info.IModelInstanceCollectionInfo
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 IModelInstanceCollectionInfo in gov.nist.secauto.metaschema.databind.model
Modifier and TypeMethodDescriptionIBoundInstanceModel.getCollectionInfo()
Get the Java binding information for the collection type supported by this instance. -
Uses of IModelInstanceCollectionInfo in gov.nist.secauto.metaschema.databind.model.info
Modifier and TypeMethodDescriptionAbstractModelInstanceReadHandler.getCollectionInfo()
Get the collection Java type information associated with this handler.AbstractModelInstanceWriteHandler.getCollectionInfo()
Get the collection information.static <T> IModelInstanceCollectionInfo<T>
IModelInstanceCollectionInfo.of
(IBoundInstanceModel<T> instance)