Uses of Interface
dev.metaschema.databind.model.info.IModelInstanceCollectionInfo
Packages that use IModelInstanceCollectionInfo
Package
Description
Provides an overlay of the Metaschema module model
(
dev.metaschema.core.model) using bound Java class annotations
(dev.metaschema.databind.model.annotations) to represent module
constructs annotated on Java classes.Provides classes for model property information and data item handling.
-
Uses of IModelInstanceCollectionInfo in dev.metaschema.databind.model
Methods in dev.metaschema.databind.model that return IModelInstanceCollectionInfoModifier and TypeMethodDescriptionIBoundInstanceModel.getCollectionInfo()Get the Java binding information for the collection type supported by this instance. -
Uses of IModelInstanceCollectionInfo in dev.metaschema.databind.model.info
Classes in dev.metaschema.databind.model.info that implement IModelInstanceCollectionInfoModifier and TypeClassDescriptionclassAn abstract base class for managing collection information for model instances.Methods in dev.metaschema.databind.model.info that return IModelInstanceCollectionInfoModifier 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) Create a new collection info instance for the provided model instance.