Interface IModelInstanceReadHandler<ITEM>
- All Known Implementing Classes:
AbstractModelInstanceReadHandler
public interface IModelInstanceReadHandler<ITEM>
-
Method Summary
-
Method Details
-
readSingleton
- Throws:
IOException
-
readList
- Throws:
IOException
-
readMap
- Throws:
IOException
-
readItem
Read the next item in the collection of items represented by the instance.- Returns:
- the Java object representing the item, or
null
if no items remain to be read - Throws:
IOException
- if an error occurred while parsing the input
-
getJsonKeyFlagName
-