Class AbstractModelInstanceReadHandler<ITEM>
java.lang.Object
gov.nist.secauto.metaschema.databind.model.info.AbstractModelInstanceReadHandler<ITEM>
- All Implemented Interfaces:
IModelInstanceReadHandler<ITEM>
public abstract class AbstractModelInstanceReadHandler<ITEM>
extends Object
implements IModelInstanceReadHandler<ITEM>
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractModelInstanceReadHandler
(IBoundInstanceModel<ITEM> instance, IBoundObject parentObject) -
Method Summary
Modifier and TypeMethodDescriptionGet the collection Java type information associated with this handler.Get the model instance associated with this handler.Get the object onto which parsed data will be stored.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.IModelInstanceReadHandler
readItem, readList, readMap, readSingleton
-
Constructor Details
-
AbstractModelInstanceReadHandler
protected AbstractModelInstanceReadHandler(@NonNull IBoundInstanceModel<ITEM> instance, @NonNull IBoundObject parentObject)
-
-
Method Details
-
getInstance
Get the model instance associated with this handler.- Returns:
- the collection information
-
getCollectionInfo
Get the collection Java type information associated with this handler.- Returns:
- the collection information
-
getParentObject
Get the object onto which parsed data will be stored.- Returns:
- the parentObject
-
getJsonKeyFlagName
- Specified by:
getJsonKeyFlagName
in interfaceIModelInstanceReadHandler<ITEM>
-