Class AssetListJsonMapper

java.lang.Object
technology.sola.engine.assets.list.AssetListJsonMapper
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 Details

    • AssetListJsonMapper

      public AssetListJsonMapper()
  • Method Details

    • getObjectClass

      public Class<AssetList> 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>