Class AbstractModelInstanceWriteHandler<ITEM>
java.lang.Object
gov.nist.secauto.metaschema.databind.model.info.AbstractModelInstanceWriteHandler<ITEM>
- All Implemented Interfaces:
IModelInstanceWriteHandler<ITEM>
public abstract class AbstractModelInstanceWriteHandler<ITEM>
extends Object
implements IModelInstanceWriteHandler<ITEM>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the collection information.Get the associated instance.void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface gov.nist.secauto.metaschema.databind.model.info.IModelInstanceWriteHandler
writeItem, writeSingleton
-
Constructor Details
-
AbstractModelInstanceWriteHandler
-
-
Method Details
-
getInstance
Get the associated instance.- Returns:
- the instance
-
getCollectionInfo
Get the collection information.- Returns:
- the info
-
writeList
- Specified by:
writeList
in interfaceIModelInstanceWriteHandler<ITEM>
- Throws:
IOException
-
writeMap
- Specified by:
writeMap
in interfaceIModelInstanceWriteHandler<ITEM>
- Throws:
IOException
-