- All Implemented Interfaces:
technology.sola.json.mapper.JsonMapper<AssetList>
@NullMarked
public class AssetListJsonMapper
extends Object
implements technology.sola.json.mapper.JsonMapper<AssetList>
AssetListJsonMapper is a
JsonMapper implementation for
AssetList.
-
Constructor Summary
Constructors
-
Method Summary
technology.sola.json.JsonObject
toObject(technology.sola.json.JsonObject jsonObject)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface technology.sola.json.mapper.JsonMapper
toJson, toList
-
Constructor Details
-
AssetListJsonMapper
public AssetListJsonMapper()
-
Method Details
-
getObjectClass
- Specified by:
getObjectClass in interface technology.sola.json.mapper.JsonMapper<AssetList>
-
toJson
public technology.sola.json.JsonObject toJson(AssetList object)
- Specified by:
toJson in interface technology.sola.json.mapper.JsonMapper<AssetList>
-
toObject
public AssetList toObject(technology.sola.json.JsonObject jsonObject)
- Specified by:
toObject in interface technology.sola.json.mapper.JsonMapper<AssetList>