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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the collection information.Get the associated instance.voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
writeListin interfaceIModelInstanceWriteHandler<ITEM>- Throws:
IOException
-
writeMap
- Specified by:
writeMapin interfaceIModelInstanceWriteHandler<ITEM>- Throws:
IOException
-